From ffd7bd2c69e7c4f64de400074ac736a456940897 Mon Sep 17 00:00:00 2001 From: myuon Date: Sat, 6 Jan 2018 05:26:13 +0900 Subject: [PATCH 1/2] lts-10.2 --- stack.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stack.yaml b/stack.yaml index 5fd2b73..8231ac6 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,11 +1,9 @@ flags: {} extra-package-dbs: [] packages: -- '.' +- . - location: ./vendor/haskell-ascii-progress extra-dep: true extra-deps: - c-storable-deriving-0.1.3 -- pqueue-1.3.1.1 -- reactive-banana-1.1.0.1 -resolver: lts-6.7 +resolver: lts-10.2 From cdd0271ece403a4152513342ff6dff76e48adb80 Mon Sep 17 00:00:00 2001 From: myuon Date: Sat, 6 Jan 2018 05:26:59 +0900 Subject: [PATCH 2/2] Add future.c --- libui.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/libui.cabal b/libui.cabal index 647e18e..dac55fe 100644 --- a/libui.cabal +++ b/libui.cabal @@ -91,6 +91,7 @@ library ./vendor/libui/unix/entry.c ./vendor/libui/unix/fontbutton.c ./vendor/libui/unix/form.c + ./vendor/libui/unix/future.c ./vendor/libui/unix/graphemes.c ./vendor/libui/unix/grid.c ./vendor/libui/unix/group.c