hackage2nix: keep repline 0.3.x around for dhall
This commit is contained in:
parent
9c823ee933
commit
876952da7d
|
@ -2539,9 +2539,9 @@ default-package-overrides:
|
||||||
|
|
||||||
extra-packages:
|
extra-packages:
|
||||||
- aeson < 0.8 # newer versions don't work with GHC 7.6.x or earlier
|
- aeson < 0.8 # newer versions don't work with GHC 7.6.x or earlier
|
||||||
|
- aeson-pretty < 0.8 # required by elm compiler
|
||||||
- Agda == 2.6.1 # allows the agdaPackage set to be fixed to this version so that it won't break when another agda version is released.
|
- Agda == 2.6.1 # allows the agdaPackage set to be fixed to this version so that it won't break when another agda version is released.
|
||||||
- ansi-terminal == 0.10.3 # required by cabal-plan, and policeman in ghc-8.8.x
|
- ansi-terminal == 0.10.3 # required by cabal-plan, and policeman in ghc-8.8.x
|
||||||
- aeson-pretty < 0.8 # required by elm compiler
|
|
||||||
- apply-refact < 0.4 # newer versions don't work with GHC 8.0.x
|
- apply-refact < 0.4 # newer versions don't work with GHC 8.0.x
|
||||||
- apply-refact == 0.6.0.0 # works with GHC 8.6.x https://hackage.haskell.org/package/apply-refact/changelog
|
- apply-refact == 0.6.0.0 # works with GHC 8.6.x https://hackage.haskell.org/package/apply-refact/changelog
|
||||||
- apply-refact == 0.7.0.0 # works with GHC 8.8.x https://hackage.haskell.org/package/apply-refact/changelog
|
- apply-refact == 0.7.0.0 # works with GHC 8.8.x https://hackage.haskell.org/package/apply-refact/changelog
|
||||||
|
@ -2586,14 +2586,15 @@ extra-packages:
|
||||||
- mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms
|
- mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms
|
||||||
- network == 2.6.3.1 # newer versions don't compile with GHC 7.4.x and below
|
- network == 2.6.3.1 # newer versions don't compile with GHC 7.4.x and below
|
||||||
- network == 3.0.* # required by network-bsd, HTTP, and many others (2019-04-30)
|
- network == 3.0.* # required by network-bsd, HTTP, and many others (2019-04-30)
|
||||||
|
- pantry == 0.2.0.0 # required by stack-2.1.3.1
|
||||||
- parallel == 3.2.0.3 # newer versions don't work with GHC 6.12.3
|
- parallel == 3.2.0.3 # newer versions don't work with GHC 6.12.3
|
||||||
- patience ^>= 0.1 # required by chell-0.4.x
|
- patience ^>= 0.1 # required by chell-0.4.x
|
||||||
- pantry == 0.2.0.0 # required by stack-2.1.3.1
|
|
||||||
- persistent >=2.5 && <2.8 # pre-lts-11.x versions neeed by git-annex 6.20180227
|
- persistent >=2.5 && <2.8 # pre-lts-11.x versions neeed by git-annex 6.20180227
|
||||||
- persistent-sqlite < 2.7 # pre-lts-11.x versions neeed by git-annex 6.20180227
|
- persistent-sqlite < 2.7 # pre-lts-11.x versions neeed by git-annex 6.20180227
|
||||||
- prettyprinter == 1.6.1 # required by ghc 8.8.x, and dhall-1.29.0
|
- prettyprinter == 1.6.1 # required by ghc 8.8.x, and dhall-1.29.0
|
||||||
- primitive == 0.5.1.* # required to build alex with GHC 6.12.3
|
- primitive == 0.5.1.* # required to build alex with GHC 6.12.3
|
||||||
- QuickCheck < 2 # required by test-framework-quickcheck and its users
|
- QuickCheck < 2 # required by test-framework-quickcheck and its users
|
||||||
|
- repline == 0.3.* # required by dhall-0.32.x
|
||||||
- resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
|
- resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
|
||||||
- resourcet ==1.1.* # pre-lts-11.x versions neeed by git-annex 6.20180227
|
- resourcet ==1.1.* # pre-lts-11.x versions neeed by git-annex 6.20180227
|
||||||
- seqid < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
|
- seqid < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
|
||||||
|
|
Loading…
Reference in New Issue