diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 19:21:56 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 19:21:56 +0200 |
commit | 2b9ceaead3f3cd80e973cccecb9a3eebc51154f7 (patch) | |
tree | df2378943480647606b6a06f62c0f4b8b2ab406d /bbcode | |
parent | ac4cf4a0a494eafe55364f816569c517684fdf32 (diff) | |
download | thermoprint-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.cabal | 4 |
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 | ||
4 | name: bbcode | 4 | name: bbcode |
5 | version: 3.1.0 | 5 | version: 3.1.1 |
6 | synopsis: A parser for bbcode | 6 | synopsis: A parser for bbcode |
7 | -- description: | 7 | -- description: |
8 | homepage: http://dirty-haskell.org/tags/thermoprint.html | 8 | homepage: 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 |