diff options
Diffstat (limited to 'devel/hs-exceptions/files/patch-exceptions.cabal')
-rw-r--r-- | devel/hs-exceptions/files/patch-exceptions.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-exceptions/files/patch-exceptions.cabal b/devel/hs-exceptions/files/patch-exceptions.cabal new file mode 100644 index 000000000000..226ef6627b34 --- /dev/null +++ b/devel/hs-exceptions/files/patch-exceptions.cabal @@ -0,0 +1,11 @@ +--- exceptions.cabal.orig 2018-03-11 14:52:28 UTC ++++ exceptions.cabal +@@ -35,7 +35,7 @@ library + build-depends: + base >= 4.3 && < 5, + stm >= 2.2 && < 3, +- template-haskell >= 2.2 && < 2.14, ++ template-haskell >= 2.2 && < 2.15, + transformers >= 0.2 && < 0.6, + transformers-compat >= 0.3 && < 0.7, + mtl >= 2.0 && < 2.3 |