Support hse-1.18, allow newer extra and pipes too

This commit is contained in:
Oleg Grenrus
2016-08-02 06:35:56 +03:00
parent c0732ad9cb
commit afd535df48
3 changed files with 7 additions and 7 deletions

View File

@@ -196,12 +196,12 @@ Library
, mtl < 2.3 && >= 2.0
, monad-control < 1.1 && >= 1
, split < 0.3
, haskell-src-exts < 1.18
, haskell-src-exts == 1.18.*
, text < 1.3
, djinn-ghc < 0.1 && >= 0.0.2.2
, fclabels == 2.0.*
, extra == 1.4.*
, pipes == 4.1.*
, extra >= 1.4 && <1.6
, pipes >= 4.1 && <4.3
, safe < 0.4 && >= 0.3.9
, optparse-applicative >=0.11.0 && <0.13.0
, template-haskell