Skip to content

Commit

Permalink
Upgrade to GHC 8.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CLowcay committed Jan 29, 2021
1 parent 7a73470 commit ed51fa6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions sdl/hgbc-sdl.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdl/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ executables:
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -with-rtsopts "-N --nonmoving-gc"
- -Wall
- -Wcompat
- -Wincomplete-uni-patterns
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-16.20
resolver: lts-17.0

packages:
- core
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions testing/hgbc-testing.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion testing/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ executables:
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -with-rtsopts "-N --nonmoving-gc"
- -Wall
- -Wcompat
- -Wincomplete-uni-patterns
Expand Down

0 comments on commit ed51fa6

Please sign in to comment.