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 /tp-bbcode | |
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 'tp-bbcode')
-rw-r--r-- | tp-bbcode/thermoprint-bbcode.cabal | 6 | ||||
-rw-r--r-- | tp-bbcode/thermoprint-bbcode.nix | 2 |
2 files changed, 4 insertions, 4 deletions
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 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: thermoprint-bbcode | 4 | name: thermoprint-bbcode |
5 | version: 0.0.0 | 5 | version: 1.0.0 |
6 | synopsis: Parse bbcode for use in thermoprint | 6 | synopsis: Parse bbcode for use in thermoprint |
7 | -- description: | 7 | -- description: |
8 | homepage: http://dirty-haskell.org/tags/thermoprint.html | 8 | homepage: http://dirty-haskell.org/tags/thermoprint.html |
@@ -23,7 +23,7 @@ library | |||
23 | , OverloadedLists | 23 | , OverloadedLists |
24 | -- other-extensions: | 24 | -- other-extensions: |
25 | build-depends: base >=4.8.1 && <5 | 25 | build-depends: base >=4.8.1 && <5 |
26 | , thermoprint-spec ==2.0.* | 26 | , thermoprint-spec ==3.0.* |
27 | , bbcode >=3.0 && <4 | 27 | , bbcode >=3.0 && <4 |
28 | , containers -any | 28 | , containers -any |
29 | , text -any | 29 | , text -any |
@@ -41,7 +41,7 @@ Test-Suite tests | |||
41 | , OverloadedLists | 41 | , OverloadedLists |
42 | build-depends: base >=4.8.1 && <5 | 42 | build-depends: base >=4.8.1 && <5 |
43 | , thermoprint-bbcode -any | 43 | , thermoprint-bbcode -any |
44 | , thermoprint-spec ==2.0.* | 44 | , thermoprint-spec ==3.0.* |
45 | , hspec >=2.2.1 && <3 | 45 | , hspec >=2.2.1 && <3 |
46 | , QuickCheck >=2.8.1 && <3 | 46 | , QuickCheck >=2.8.1 && <3 |
47 | , quickcheck-instances >=0.3.11 && <4 | 47 | , 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 @@ | |||
4 | }: | 4 | }: |
5 | mkDerivation { | 5 | mkDerivation { |
6 | pname = "thermoprint-bbcode"; | 6 | pname = "thermoprint-bbcode"; |
7 | version = "0.0.0"; | 7 | version = "1.0.0"; |
8 | src = ./.; | 8 | src = ./.; |
9 | libraryHaskellDepends = [ | 9 | libraryHaskellDepends = [ |
10 | base bbcode case-insensitive containers text thermoprint-spec | 10 | base bbcode case-insensitive containers text thermoprint-spec |