diff options
| -rw-r--r-- | spec/thermoprint-spec.cabal | 2 | ||||
| -rw-r--r-- | spec/thermoprint-spec.nix | 2 | ||||
| -rw-r--r-- | tp-bbcode/thermoprint-bbcode.cabal | 6 | ||||
| -rw-r--r-- | 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 @@ | |||
| 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 |
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 |
