From 7065a8cc1b8b01cd32d4b1d5317b323fec5238bd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 Mar 2017 14:16:21 +0100 Subject: Bump versions --- tp-bbcode/thermoprint-bbcode.cabal | 8 ++++---- tp-bbcode/thermoprint-bbcode.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tp-bbcode') diff --git a/tp-bbcode/thermoprint-bbcode.cabal b/tp-bbcode/thermoprint-bbcode.cabal index 89ed326..9fdf216 100644 --- a/tp-bbcode/thermoprint-bbcode.cabal +++ b/tp-bbcode/thermoprint-bbcode.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: thermoprint-bbcode -version: 2.0.1 +version: 3.0.0 synopsis: Parse bbcode for use in thermoprint -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html @@ -24,7 +24,7 @@ library , OverloadedLists -- other-extensions: build-depends: base >=4.8.1 && <5 - , thermoprint-spec ==5.0.* + , thermoprint-spec ==6.0.* , bbcode >=3.1.1 && <4 , containers -any , text -any @@ -44,10 +44,10 @@ Test-Suite tests , OverloadedLists build-depends: base >=4.8.1 && <5 , thermoprint-bbcode -any - , thermoprint-spec ==5.0.* + , thermoprint-spec ==6.0.* , hspec >=2.2.1 && <3 , QuickCheck >=2.8.1 && <3 , quickcheck-instances >=0.3.11 && <4 - , aeson >=0.9.0 && <1 + , aeson >=1.0 && <2 , containers -any , text -any \ No newline at end of file diff --git a/tp-bbcode/thermoprint-bbcode.nix b/tp-bbcode/thermoprint-bbcode.nix index 3c698f1..deab20e 100644 --- a/tp-bbcode/thermoprint-bbcode.nix +++ b/tp-bbcode/thermoprint-bbcode.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-bbcode"; - version = "2.0.1"; + version = "3.0.0"; src = ./.; libraryHaskellDepends = [ base bbcode bytestring case-insensitive containers text -- cgit v1.2.3