diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 12:18:13 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 12:18:13 +0000 |
commit | 4392dd7726cdbe82b9d22f10199b102704bad5fc (patch) | |
tree | b82cc66ac2847231f82c4d4834c73be8bec8a1f4 /spec | |
parent | 57c56564d15cd5c83a4f1d1bab5490e6b75e8656 (diff) | |
download | thermoprint-4392dd7726cdbe82b9d22f10199b102704bad5fc.tar thermoprint-4392dd7726cdbe82b9d22f10199b102704bad5fc.tar.gz thermoprint-4392dd7726cdbe82b9d22f10199b102704bad5fc.tar.bz2 thermoprint-4392dd7726cdbe82b9d22f10199b102704bad5fc.tar.xz thermoprint-4392dd7726cdbe82b9d22f10199b102704bad5fc.zip |
Version bump in spec due to last commit
Diffstat (limited to 'spec')
-rw-r--r-- | spec/thermoprint-spec.cabal | 2 | ||||
-rw-r--r-- | spec/thermoprint-spec.nix | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: thermoprint-spec | 4 | name: thermoprint-spec |
5 | version: 2.0.0 | 5 | version: 3.0.0 |
6 | synopsis: A specification of the API and the payload datatypes and associated utilities | 6 | synopsis: A specification of the API and the payload datatypes and associated utilities |
7 | -- description: | 7 | -- description: |
8 | homepage: http://dirty-haskell.org/tags/thermoprint.html | 8 | 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 @@ | |||
4 | }: | 4 | }: |
5 | mkDerivation { | 5 | mkDerivation { |
6 | pname = "thermoprint-spec"; | 6 | pname = "thermoprint-spec"; |
7 | version = "2.0.0"; | 7 | version = "3.0.0"; |
8 | src = ./.; | 8 | src = ./.; |
9 | libraryHaskellDepends = [ | 9 | libraryHaskellDepends = [ |
10 | aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck | 10 | aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck |