diff --git a/sdl/hgbc-sdl.cabal b/sdl/hgbc-sdl.cabal index 94eaa28..36ead39 100644 --- a/sdl/hgbc-sdl.cabal +++ b/sdl/hgbc-sdl.cabal @@ -1,10 +1,10 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.2. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: 8104a9323a202ebe733ea35dd39df868354f04862b4b81e8686cbe1b8eff206a +-- hash: b5edbf657de9a3aa6607063afa22abd4d242e59cdc23e8af739309946b2b000c name: hgbc-sdl version: 0.1.0.0 @@ -36,7 +36,7 @@ executable hgbc-sdl Paths_hgbc_sdl hs-source-dirs: src - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields + ghc-options: -threaded -rtsopts -with-rtsopts "-N --nonmoving-gc" -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields build-depends: OpenGLRaw , StateVar diff --git a/sdl/package.yaml b/sdl/package.yaml index 4104321..882c5a8 100644 --- a/sdl/package.yaml +++ b/sdl/package.yaml @@ -56,7 +56,7 @@ executables: ghc-options: - -threaded - -rtsopts - - -with-rtsopts=-N + - -with-rtsopts "-N --nonmoving-gc" - -Wall - -Wcompat - -Wincomplete-uni-patterns diff --git a/stack.yaml b/stack.yaml index c4a58ee..5d6644a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-16.20 +resolver: lts-17.0 packages: - core diff --git a/stack.yaml.lock b/stack.yaml.lock index 032c6e2..9ff47df 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 532177 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/20.yaml - sha256: 0e14ba5603f01e8496e8984fd84b545a012ca723f51a098c6c9d3694e404dc6d - original: lts-16.20 + size: 563100 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/0.yaml + sha256: e93a85871577ea3423d5f3454b2b6bd37c2c2123c79faf511dfb64f5b49a9f8b + original: lts-17.0 diff --git a/testing/hgbc-testing.cabal b/testing/hgbc-testing.cabal index 691f868..b93e3a7 100644 --- a/testing/hgbc-testing.cabal +++ b/testing/hgbc-testing.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 6fdb61edf37f118d6bdf976d2de6cc9ea54389e6cd5e7ef2ebd216540204bc47 +-- hash: e71210c831253abda320f454ea04bc8bf9db831f1d389642e864c44ee50277ad name: hgbc-testing version: 0.1.0.0 @@ -30,7 +30,7 @@ executable hgbc-tester Paths_hgbc_testing hs-source-dirs: src - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields + ghc-options: -threaded -rtsopts -with-rtsopts "-N --nonmoving-gc" -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields build-depends: ansi-terminal , base >=4.7 && <5 diff --git a/testing/package.yaml b/testing/package.yaml index 4ba1fa3..e96ac43 100644 --- a/testing/package.yaml +++ b/testing/package.yaml @@ -37,7 +37,7 @@ executables: ghc-options: - -threaded - -rtsopts - - -with-rtsopts=-N + - -with-rtsopts "-N --nonmoving-gc" - -Wall - -Wcompat - -Wincomplete-uni-patterns