Relax version bounds to attempt building with GHC 9
parent
434f9f8e49
commit
4fcbfc8af5
|
@ -91,8 +91,8 @@ library {
|
||||||
-fno-warn-redundant-constraints
|
-fno-warn-redundant-constraints
|
||||||
}
|
}
|
||||||
build-depends:
|
build-depends:
|
||||||
{ base >=4.12 && <4.15
|
{ base >=4.12 && <4.16
|
||||||
, ghc >=8.6.1 && <8.11
|
, ghc >=8.6.1 && <8.11 || >=9.0 && <9.1
|
||||||
, ghc-paths >=0.1.0.9 && <0.2
|
, ghc-paths >=0.1.0.9 && <0.2
|
||||||
, ghc-exactprint >=0.5.8 && <0.6.5
|
, ghc-exactprint >=0.5.8 && <0.6.5
|
||||||
, transformers >=0.5.2.0 && <0.6
|
, transformers >=0.5.2.0 && <0.6
|
||||||
|
@ -118,7 +118,7 @@ library {
|
||||||
, semigroups >=0.18.2 && <0.20
|
, semigroups >=0.18.2 && <0.20
|
||||||
, cmdargs >=0.10.14 && <0.11
|
, cmdargs >=0.10.14 && <0.11
|
||||||
, czipwith >=1.0.1.0 && <1.1
|
, czipwith >=1.0.1.0 && <1.1
|
||||||
, ghc-boot-th >=8.6.1 && <8.11
|
, ghc-boot-th >=8.6.1 && <8.11 || >=9.0 && <9.1
|
||||||
, filepath >=1.4.1.0 && <1.5
|
, filepath >=1.4.1.0 && <1.5
|
||||||
, random >= 1.1 && <1.3
|
, random >= 1.1 && <1.3
|
||||||
}
|
}
|
||||||
|
|
18
stack.yaml
18
stack.yaml
|
@ -1,4 +1,18 @@
|
||||||
resolver: nightly-2020-12-09
|
resolver: nightly-2021-10-20
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- data-tree-print-0.1.0.2
|
- butcher-1.3.3.2@sha256:0be5b914f648ec9c63cb88730d983602aef829a7c8c31343952e4642e6b52a84,3150
|
||||||
|
- czipwith-1.0.1.3@sha256:24b13ff95927d29759b914bc5317adb53f3c15f1dd351092d648fbb2df4480eb,1671
|
||||||
|
- data-tree-print-0.1.0.2@sha256:d845e99f322df70e0c06d6743bf80336f5918d5423498528beb0593a2afc1703,1620
|
||||||
|
- multistate-0.8.0.3@sha256:49d600399f3a4bfd8c8ba2e924c6592e84915b63c52970818982baa274cd9ac3,3588
|
||||||
|
|
||||||
|
# In the dependencies for butcher-1.3.3.2:
|
||||||
|
# base-4.15.0.0 from stack configuration does not match >=4.11 && <4.15
|
||||||
|
# In the dependencies for czipwith-1.0.1.3:
|
||||||
|
# base-4.15.0.0 from stack configuration does not match >=4.11 && <4.15
|
||||||
|
# template-haskell-2.17.0.0 from stack configuration does not match >=2.9 && <2.17
|
||||||
|
# In the dependencies for data-tree-print-0.1.0.2:
|
||||||
|
# base-4.15.0.0 from stack configuration does not match >=4.8 && <4.15
|
||||||
|
# In the dependencies for multistate-0.8.0.3:
|
||||||
|
# base-4.15.0.0 from stack configuration does not match >=4.11 && <4.15
|
||||||
|
allow-newer: true
|
||||||
|
|
|
@ -4,16 +4,37 @@
|
||||||
# https://docs.haskellstack.org/en/stable/lock_files
|
# https://docs.haskellstack.org/en/stable/lock_files
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
- completed:
|
||||||
|
hackage: butcher-1.3.3.2@sha256:0be5b914f648ec9c63cb88730d983602aef829a7c8c31343952e4642e6b52a84,3150
|
||||||
|
pantry-tree:
|
||||||
|
size: 1197
|
||||||
|
sha256: 96fe696234de07e4d9253d80ddf189f8cfaf2e262e977438343a6069677a39d2
|
||||||
|
original:
|
||||||
|
hackage: butcher-1.3.3.2@sha256:0be5b914f648ec9c63cb88730d983602aef829a7c8c31343952e4642e6b52a84,3150
|
||||||
|
- completed:
|
||||||
|
hackage: czipwith-1.0.1.3@sha256:24b13ff95927d29759b914bc5317adb53f3c15f1dd351092d648fbb2df4480eb,1671
|
||||||
|
pantry-tree:
|
||||||
|
size: 323
|
||||||
|
sha256: 4362e19590e51a82c520f189bf69cec39cefc65544fb3304af93ea65f9c1e57e
|
||||||
|
original:
|
||||||
|
hackage: czipwith-1.0.1.3@sha256:24b13ff95927d29759b914bc5317adb53f3c15f1dd351092d648fbb2df4480eb,1671
|
||||||
- completed:
|
- completed:
|
||||||
hackage: data-tree-print-0.1.0.2@sha256:d845e99f322df70e0c06d6743bf80336f5918d5423498528beb0593a2afc1703,1620
|
hackage: data-tree-print-0.1.0.2@sha256:d845e99f322df70e0c06d6743bf80336f5918d5423498528beb0593a2afc1703,1620
|
||||||
pantry-tree:
|
pantry-tree:
|
||||||
size: 272
|
size: 272
|
||||||
sha256: b8778eb1b16fddb91b2eed2b25f33a89d1e4f7a533160de4ccbf226f82456135
|
sha256: b8778eb1b16fddb91b2eed2b25f33a89d1e4f7a533160de4ccbf226f82456135
|
||||||
original:
|
original:
|
||||||
hackage: data-tree-print-0.1.0.2
|
hackage: data-tree-print-0.1.0.2@sha256:d845e99f322df70e0c06d6743bf80336f5918d5423498528beb0593a2afc1703,1620
|
||||||
|
- completed:
|
||||||
|
hackage: multistate-0.8.0.3@sha256:49d600399f3a4bfd8c8ba2e924c6592e84915b63c52970818982baa274cd9ac3,3588
|
||||||
|
pantry-tree:
|
||||||
|
size: 2143
|
||||||
|
sha256: 73b47c11a753963b033b79209a66490013da35854dd1064b3633dd23c3fa5650
|
||||||
|
original:
|
||||||
|
hackage: multistate-0.8.0.3@sha256:49d600399f3a4bfd8c8ba2e924c6592e84915b63c52970818982baa274cd9ac3,3588
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
size: 556768
|
size: 589241
|
||||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2020/12/9.yaml
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/10/20.yaml
|
||||||
sha256: bca31ebf05f842be9dd24410eca84f296da1860369a82eb7466f447a76cca762
|
sha256: 69b52866fbe539d7de306ef34c4482323f7b846e0d7348188152dea980a11547
|
||||||
original: nightly-2020-12-09
|
original: nightly-2021-10-20
|
||||||
|
|
Loading…
Reference in New Issue