aboutsummaryrefslogtreecommitdiff
path: root/bbcode
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:21:56 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:21:56 +0200
commit2b9ceaead3f3cd80e973cccecb9a3eebc51154f7 (patch)
treedf2378943480647606b6a06f62c0f4b8b2ab406d /bbcode
parentac4cf4a0a494eafe55364f816569c517684fdf32 (diff)
downloadthermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar
thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.gz
thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.bz2
thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.tar.xz
thermoprint-2b9ceaead3f3cd80e973cccecb9a3eebc51154f7.zip
Fixes for GHC 8.0.1
Diffstat (limited to 'bbcode')
-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