nixpkgs/pkgs/development/libraries/haskell/scotty/new-conduit.patch

14 lines
619 B
Diff
Raw Normal View History

diff -Naur scotty-0.7.1-orig/scotty.cabal scotty-0.7.1/scotty.cabal
--- scotty-0.7.1-orig/scotty.cabal 2014-03-19 17:27:33.000000000 -0400
+++ scotty-0.7.1/scotty.cabal 2014-04-07 10:59:39.933144140 -0400
@@ -82,7 +82,8 @@
transformers >= 0.3.0.0 && < 0.4,
wai >= 2.0.0 && < 2.2,
wai-extra >= 2.0.1 && < 2.2,
- warp >= 2.1.1 && < 2.2
+ warp >= 2.1.1 && < 2.2,
+ conduit-extra
GHC-options: -Wall -fno-warn-orphans