--- 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)