mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
12 lines
400 B
Diff
12 lines
400 B
Diff
diff -ruN orig/kan-extensions.cabal new/kan-extensions.cabal
|
|
--- orig/kan-extensions.cabal 2014-08-25 17:24:28.206498700 +0300
|
|
+++ new/kan-extensions.cabal 2014-08-25 17:24:28.000000000 +0300
|
|
@@ -51,6 +51,7 @@
|
|
mtl >= 2.0.1 && < 2.3,
|
|
pointed >= 4 && < 5,
|
|
semigroupoids >= 4 && < 5,
|
|
+ tagged,
|
|
transformers >= 0.2 && < 0.5
|
|
|
|
exposed-modules:
|