summaryrefslogtreecommitdiff
path: root/devel/hs-th-abstraction/files/patch-th-abstraction.cabal
blob: 02a07dfac45e9bc6ff226ad7a309b649ec56c8f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- th-abstraction.cabal.orig   2018-04-11 11:32:45 UTC
+++ th-abstraction.cabal
@@ -28,7 +28,7 @@ library
   other-modules:       Language.Haskell.TH.Datatype.Internal
   build-depends:       base             >=4.3   && <5,
                        ghc-prim,
-                       template-haskell >=2.5   && <2.13,
+                       template-haskell >=2.5   && <2.14,
                        containers       >=0.4   && <0.6
   hs-source-dirs:      src
   default-language:    Haskell2010