aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Thompson <what_is_it_to_do_anything@yahoo.com>2016-05-30 07:59:43 -0400
committerMichael Thompson <what_is_it_to_do_anything@yahoo.com>2016-05-30 07:59:43 -0400
commit3d72048bb154ae04aa29e0eca46e02434b6c6837 (patch)
tree7cdd883e7d2eacfc176b6a373300a076a84bcae5
parentd19efff3b167122a83f5c269fd6ecb8cf9c78f33 (diff)
parent4816b5957f0cf7c55f36c2e60d2813cb3036c07c (diff)
downloadtext-pipes-3d72048bb154ae04aa29e0eca46e02434b6c6837.tar.gz
text-pipes-3d72048bb154ae04aa29e0eca46e02434b6c6837.tar.zst
text-pipes-3d72048bb154ae04aa29e0eca46e02434b6c6837.zip
Merge pull request #19 from marcinmrotek/master
Bumped version bounds for transformers.
-rw-r--r--pipes-text.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index ccde9a0..56a2688 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -45,7 +45,7 @@ library
45 pipes-parse >= 3.0.0 && < 3.1 , 45 pipes-parse >= 3.0.0 && < 3.1 ,
46 pipes-safe >= 2.1 && < 2.3 , 46 pipes-safe >= 2.1 && < 2.3 ,
47 pipes-bytestring >= 1.0 && < 2.2 , 47 pipes-bytestring >= 1.0 && < 2.2 ,
48 transformers >= 0.2.0.0 && < 0.5 48 transformers >= 0.2.0.0 && < 0.6
49 49
50 other-extensions: RankNTypes 50 other-extensions: RankNTypes
51 default-language: Haskell2010 51 default-language: Haskell2010