mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
13 lines
627 B
Diff
13 lines
627 B
Diff
diff -ru orig/temporary.cabal new/temporary.cabal
|
|
--- orig/temporary.cabal 2014-04-03 08:17:21.902394760 +0300
|
|
+++ new/temporary.cabal 2014-04-03 08:17:21.000000000 +0300
|
|
@@ -23,7 +23,7 @@
|
|
other-modules: Distribution.Compat.Exception
|
|
Distribution.Compat.TempFile
|
|
build-depends: base >= 3 && < 6, filepath >= 1.1 && < 1.4, directory >= 1.0 && < 1.3,
|
|
- transformers >= 0.2.0.0 && < 0.4, exceptions >= 0.1.1 && < 0.4
|
|
+ transformers >= 0.2.0.0 && < 0.4, exceptions >= 0.1.1 && < 0.6
|
|
|
|
if !os(windows)
|
|
build-depends: unix >= 2.3 && < 2.8
|