From 4392dd7726cdbe82b9d22f10199b102704bad5fc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jan 2016 12:18:13 +0000 Subject: Version bump in spec due to last commit --- tp-bbcode/thermoprint-bbcode.cabal | 6 +++--- tp-bbcode/thermoprint-bbcode.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tp-bbcode') diff --git a/tp-bbcode/thermoprint-bbcode.cabal b/tp-bbcode/thermoprint-bbcode.cabal index b9cb655..98681ca 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: 0.0.0 +version: 1.0.0 synopsis: Parse bbcode for use in thermoprint -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html @@ -23,7 +23,7 @@ library , OverloadedLists -- other-extensions: build-depends: base >=4.8.1 && <5 - , thermoprint-spec ==2.0.* + , thermoprint-spec ==3.0.* , bbcode >=3.0 && <4 , containers -any , text -any @@ -41,7 +41,7 @@ Test-Suite tests , OverloadedLists build-depends: base >=4.8.1 && <5 , thermoprint-bbcode -any - , thermoprint-spec ==2.0.* + , thermoprint-spec ==3.0.* , hspec >=2.2.1 && <3 , QuickCheck >=2.8.1 && <3 , quickcheck-instances >=0.3.11 && <4 diff --git a/tp-bbcode/thermoprint-bbcode.nix b/tp-bbcode/thermoprint-bbcode.nix index 9a48152..d0b3d2c 100644 --- a/tp-bbcode/thermoprint-bbcode.nix +++ b/tp-bbcode/thermoprint-bbcode.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-bbcode"; - version = "0.0.0"; + version = "1.0.0"; src = ./.; libraryHaskellDepends = [ base bbcode case-insensitive containers text thermoprint-spec -- cgit v1.2.3