diff options
Diffstat (limited to 'devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal')
-rw-r--r-- | devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal b/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal new file mode 100644 index 000000000000..ef4f3f134a45 --- /dev/null +++ b/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal @@ -0,0 +1,11 @@ +--- th-expand-syns.cabal.orig 2017-12-26 20:43:27 UTC ++++ th-expand-syns.cabal +@@ -26,7 +26,7 @@ source-repository head + location: git://github.com/DanielSchuessler/th-expand-syns.git + + Library +- build-depends: base >= 4 && < 5, template-haskell < 2.14, syb, containers ++ build-depends: base >= 4 && < 5, template-haskell < 2.15, syb, containers + ghc-options: + exposed-modules: Language.Haskell.TH.ExpandSyns + other-modules: Language.Haskell.TH.ExpandSyns.SemigroupCompat |