diff options
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 |
