summarylogtreecommitdiffstats
path: root/haskell-active-semigroups.patch
diff options
context:
space:
mode:
authorJaron Kent-Dobias2019-02-06 16:34:12 -0500
committerJaron Kent-Dobias2019-02-06 16:34:12 -0500
commitbda3eddd64f8ea6c2d29f6080ddde2a04c57847f (patch)
tree47711ccbf369af5cfa596a1e9d19b7d7ff09f7d7 /haskell-active-semigroups.patch
downloadaur-haskell-active.tar.gz
first commit
Diffstat (limited to 'haskell-active-semigroups.patch')
-rw-r--r--haskell-active-semigroups.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/haskell-active-semigroups.patch b/haskell-active-semigroups.patch
new file mode 100644
index 000000000000..659d352e6bc9
--- /dev/null
+++ b/haskell-active-semigroups.patch
@@ -0,0 +1,18 @@
+diff -ura active-0.2.0.13/active.cabal active-0.2.0.13.new/active.cabal
+--- active-0.2.0.13/active.cabal 2017-05-16 14:58:12.000000000 -0400
++++ active-0.2.0.13.new/active.cabal 2019-02-06 16:33:01.266824803 -0500
+@@ -20,11 +20,10 @@
+
+ library
+ exposed-modules: Data.Active
+- build-depends: base >= 4.0 && < 4.11,
++ build-depends: base >= 4.0,
+ vector >= 0.10,
+- semigroups >= 0.1 && < 0.19,
+- semigroupoids >= 1.2 && < 5.3,
+- lens >= 4.0 && < 4.16,
++ semigroupoids >= 1.2,
++ lens >= 4.0,
+ linear >= 1.14 && < 1.21
+ hs-source-dirs: src
+ default-language: Haskell2010