Update Stackage and comment out glance-gui build target.

This commit is contained in:
Robbie Gleichman 2022-03-20 13:30:34 -07:00
parent 685abb04a2
commit 6706abc003
2 changed files with 31 additions and 30 deletions

View File

@ -57,35 +57,36 @@ executable glance-exe
, SimplifySyntax , SimplifySyntax
, Constants , Constants
executable glance-gui -- Currently glance-gui does not build due to unknown build failure of haskell-gi-base
hs-source-dirs: gui -- executable glance-gui
main-is: Main.hs -- hs-source-dirs: gui
ghc-options: -threaded -rtsopts -with-rtsopts=-N -- main-is: Main.hs
-Wall -- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-Wcompat -- -Wall
-Wincomplete-uni-patterns -- -Wcompat
-Wincomplete-record-updates -- -Wincomplete-uni-patterns
-Wmissing-export-lists -- -Wincomplete-record-updates
-Widentities -- -Wmissing-export-lists
-Wpartial-fields -- -Widentities
build-depends: base -- -Wpartial-fields
, gi-glib -- build-depends: base
, gi-gtk -- , gi-glib
, gi-gdk -- , gi-gtk
, gi-cairo -- , gi-gdk
, gi-gdkpixbuf -- , gi-cairo
, cairo -- , gi-gdkpixbuf
, haskell-gi-base -- , cairo
, gi-gio -- , haskell-gi-base
, text -- , gi-gio
, transformers -- , text
, old-time -- , transformers
, containers -- , old-time
, time -- , containers
, extra -- , time
default-language: Haskell2010 -- , extra
Other-modules: GtkGui -- default-language: Haskell2010
GuiInternals -- Other-modules: GtkGui
-- GuiInternals
test-suite glance-test test-suite glance-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0

View File

@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md # 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) # 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 # Local packages, usually specified by relative directory name
packages: packages: