aboutsummaryrefslogtreecommitdiff
path: root/bbcode/bbcode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bbcode/bbcode.cabal')
-rw-r--r--bbcode/bbcode.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbcode/bbcode.cabal b/bbcode/bbcode.cabal
index 6309fc0..e26dfb7 100644
--- a/bbcode/bbcode.cabal
+++ b/bbcode/bbcode.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: bbcode 4name: bbcode
5version: 3.1.0 5version: 3.1.1
6synopsis: A parser for bbcode 6synopsis: A parser for bbcode
7-- description: 7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html 8homepage: http://dirty-haskell.org/tags/thermoprint.html
@@ -25,7 +25,7 @@ library
25 , DeriveGeneric 25 , DeriveGeneric
26 , DeriveAnyClass 26 , DeriveAnyClass
27 , OverloadedLists 27 , OverloadedLists
28 build-depends: base >=4.8 && <4.9 28 build-depends: base >=4.8 && <5
29 , attoparsec >=0.13.0 && <1 29 , attoparsec >=0.13.0 && <1
30 , text >=1.2.1 && <2 30 , text >=1.2.1 && <2
31 , containers >=0.4.0 && <1 31 , containers >=0.4.0 && <1