diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:29:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:29:35 +0200 |
commit | 59d3e35b44068998d26cdcc72e61220a175bc603 (patch) | |
tree | b2bc67d71ec01aa5b1f65afce48c96276ace76d0 | |
parent | 9f0212528bba3fd57088a0a99ec17856681a2c90 (diff) | |
download | trivmix-59d3e35b44068998d26cdcc72e61220a175bc603.tar trivmix-59d3e35b44068998d26cdcc72e61220a175bc603.tar.gz trivmix-59d3e35b44068998d26cdcc72e61220a175bc603.tar.bz2 trivmix-59d3e35b44068998d26cdcc72e61220a175bc603.tar.xz trivmix-59d3e35b44068998d26cdcc72e61220a175bc603.zip |
Version bump
-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 74001d7..3bc41ad 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.4.0 | 5 | version: 2.4.1 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |
diff --git a/trivmix.nix b/trivmix.nix index f4228d2..34b2fde 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | cabal.mkDerivation (self: { | 7 | cabal.mkDerivation (self: { |
8 | pname = "trivmix"; | 8 | pname = "trivmix"; |
9 | version = "2.4.0"; | 9 | version = "2.4.1"; |
10 | src = ./.; | 10 | src = ./.; |
11 | isLibrary = false; | 11 | isLibrary = false; |
12 | isExecutable = true; | 12 | isExecutable = true; |