blob: 50852723535ef449fd98f7f3f252846dfc9eddce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- haskell-src-meta.cabal.orig 2018-06-19 10:23:31 UTC
+++ haskell-src-meta.cabal
@@ -17,11 +17,11 @@ description: The translation from haskell-src-e
extra-source-files: ChangeLog README.md examples/*.hs
library
- build-depends: base >= 4.6 && < 4.12,
- haskell-src-exts >= 1.18 && < 1.21,
+ build-depends: base >= 4.6 && < 4.13,
+ haskell-src-exts >= 1.18 && < 1.22,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
- template-haskell >= 2.8 && < 2.14,
+ template-haskell >= 2.8 && < 2.15,
th-orphans >= 0.9.1 && < 0.14
if impl(ghc < 7.8)
|