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 --- spec/thermoprint-spec.cabal | 2 +- spec/thermoprint-spec.nix | 2 +- tp-bbcode/thermoprint-bbcode.cabal | 6 +++--- tp-bbcode/thermoprint-bbcode.nix | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal index 21ed439..da79ee8 100644 --- a/spec/thermoprint-spec.cabal +++ b/spec/thermoprint-spec.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: thermoprint-spec -version: 2.0.0 +version: 3.0.0 synopsis: A specification of the API and the payload datatypes and associated utilities -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix index 5a89bcf..1825ddd 100644 --- a/spec/thermoprint-spec.nix +++ b/spec/thermoprint-spec.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-spec"; - version = "2.0.0"; + version = "3.0.0"; src = ./.; libraryHaskellDepends = [ aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck 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