diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 15:32:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 15:32:16 +0200 |
commit | 31a88f4dd0800caeeb56d785b1876a9c2b88fb93 (patch) | |
tree | 7ded54b111ad772ef6f70d4d7186372b25e848fa | |
parent | 1995de3513ed7d2f0ab5258239dfc9bc994ab829 (diff) | |
download | trivmix-31a88f4dd0800caeeb56d785b1876a9c2b88fb93.tar trivmix-31a88f4dd0800caeeb56d785b1876a9c2b88fb93.tar.gz trivmix-31a88f4dd0800caeeb56d785b1876a9c2b88fb93.tar.bz2 trivmix-31a88f4dd0800caeeb56d785b1876a9c2b88fb93.tar.xz trivmix-31a88f4dd0800caeeb56d785b1876a9c2b88fb93.zip |
Bump version
-rw-r--r-- | trivmix.cabal | 2 | ||||
-rw-r--r-- | trivmix.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index 5be6ccd..1a2ef21 100644 --- a/trivmix.cabal +++ b/trivmix.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: trivmix | 4 | name: trivmix |
5 | version: 2.7.5 | 5 | version: 2.7.6 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |
diff --git a/trivmix.nix b/trivmix.nix index 873c7bf..dcc06c0 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -5,7 +5,7 @@ | |||
5 | }: | 5 | }: |
6 | mkDerivation { | 6 | mkDerivation { |
7 | pname = "trivmix"; | 7 | pname = "trivmix"; |
8 | version = "2.7.5"; | 8 | version = "2.7.6"; |
9 | src = ./.; | 9 | src = ./.; |
10 | isLibrary = true; | 10 | isLibrary = true; |
11 | isExecutable = true; | 11 | isExecutable = true; |