Skip to content

Commit

Permalink
starting ghc 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Feb 1, 2020
1 parent e5ca897 commit 6ba742d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ ghc-options:
- -Werror=incomplete-patterns

dependencies:
- base >= 4.11 && < 5
- singletons >= 2.5
- base >= 4.13 && < 5
- singletons >= 2.6
- vinyl
- microlens
- functor-products
- functor-products >= 0.1.1

library:
source-dirs: src
14 changes: 4 additions & 10 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: nightly-2019-08-03
resolver: nightly-2020-01-31

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand All @@ -35,20 +35,14 @@ resolver: nightly-2019-08-03
# - wai
packages:
- .
# - location:
# git: https://github.com/goldfirere/singletons.git
# commit: c776637d11055ac1c47ddf7e96c7ed9067687041
# extra-dep: true
# - location:
# git: https://github.com/goldfirere/th-desugar.git
# commit: 6dfdb7aa076b79d2595e4338c5e8192b1782de87
# extra-dep: true

# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
extra-deps:
- functor-products-0.1.0.0
- functor-products-0.1.1.0
- singletons-2.6
- vinyl-0.12.0
# - github: mstksg/functor-products
# commit: 476b961bb007d7ee9aa0e60500c1473bc4a34e73

Expand Down
28 changes: 21 additions & 7 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@

packages:
- completed:
hackage: functor-products-0.1.0.0@sha256:cc5e526b5f3694d33a89044578e4fe74e4e05dd01d5d96bc57be06d6d98a1883,1455
hackage: functor-products-0.1.1.0@sha256:2bea36b6106b5756be6b81b3a5bfe7b41db1cf45fb63c19a1f04b572ba90fd0c,1456
pantry-tree:
size: 408
sha256: 33712b9ee5c4491bcf320dc53618dba0f765a1ece19e26336fa9ed2aa3809365
sha256: 6c7d58498a2c23338baa8275a51e9099739812b1bd36126f887e5cdf57cce45b
original:
hackage: functor-products-0.1.0.0
hackage: functor-products-0.1.1.0
- completed:
hackage: singletons-2.6@sha256:e8e9cea442e37f565fab8604fe54f78c776421e54ed67ac6b4c454e11991db0b,7167
pantry-tree:
size: 23889
sha256: 0b51b772102a36eca4522cbcf564e8966a8756ca2cd51cc377a9771dbc9f88c6
original:
hackage: singletons-2.6
- completed:
hackage: vinyl-0.12.0@sha256:6136e2608c2c4be0c112944fb0f5a6a0df56b50adec12eb1b7240258abfcf9b1,3790
pantry-tree:
size: 1857
sha256: aeb9e0e1a3bbe2b1f048a096430d240964a31c6936a1da89f4b32e931eba9d69
original:
hackage: vinyl-0.12.0
snapshots:
- completed:
size: 523441
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2019/8/3.yaml
sha256: 096b436543020fde7f0dd0ceb029c4a324977e7e8feb64e6b2a90f7906db21d3
original: nightly-2019-08-03
size: 471739
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2020/1/31.yaml
sha256: 33d27fc35a58c51d7a8873c8538e64053560031210613cb218232f398c266f82
original: nightly-2020-01-31

0 comments on commit 6ba742d

Please sign in to comment.