From 6706abc003eb310055648101310df8ca18ffb1f2 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sun, 20 Mar 2022 13:30:34 -0700 Subject: [PATCH] Update Stackage and comment out glance-gui build target. --- glance.cabal | 59 ++++++++++++++++++++++++++-------------------------- stack.yaml | 2 +- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/glance.cabal b/glance.cabal index 5622f9a..7a6d73b 100644 --- a/glance.cabal +++ b/glance.cabal @@ -57,35 +57,36 @@ executable glance-exe , SimplifySyntax , Constants -executable glance-gui - hs-source-dirs: gui - main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N - -Wall - -Wcompat - -Wincomplete-uni-patterns - -Wincomplete-record-updates - -Wmissing-export-lists - -Widentities - -Wpartial-fields - build-depends: base - , gi-glib - , gi-gtk - , gi-gdk - , gi-cairo - , gi-gdkpixbuf - , cairo - , haskell-gi-base - , gi-gio - , text - , transformers - , old-time - , containers - , time - , extra - default-language: Haskell2010 - Other-modules: GtkGui - GuiInternals +-- Currently glance-gui does not build due to unknown build failure of haskell-gi-base +-- executable glance-gui +-- hs-source-dirs: gui +-- main-is: Main.hs +-- ghc-options: -threaded -rtsopts -with-rtsopts=-N +-- -Wall +-- -Wcompat +-- -Wincomplete-uni-patterns +-- -Wincomplete-record-updates +-- -Wmissing-export-lists +-- -Widentities +-- -Wpartial-fields +-- build-depends: base +-- , gi-glib +-- , gi-gtk +-- , gi-gdk +-- , gi-cairo +-- , gi-gdkpixbuf +-- , cairo +-- , haskell-gi-base +-- , gi-gio +-- , text +-- , transformers +-- , old-time +-- , containers +-- , time +-- , extra +-- default-language: Haskell2010 +-- Other-modules: GtkGui +-- GuiInternals test-suite glance-test type: exitcode-stdio-1.0 diff --git a/stack.yaml b/stack.yaml index d21260f..4f17fe7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,7 @@ # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-16.27 +resolver: lts-19.0 # Local packages, usually specified by relative directory name packages: