diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 23:37:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 23:37:11 +0200 |
commit | ad56551ca9f7de11f6fc4160ccca01e75ffebe86 (patch) | |
tree | 3d09085dc28b21d04f795936436bdc9145dc2d6c | |
parent | 9f94013ddc1b6ac7256b9cebcf8685949ce88c34 (diff) | |
download | bar-ad56551ca9f7de11f6fc4160ccca01e75ffebe86.tar bar-ad56551ca9f7de11f6fc4160ccca01e75ffebe86.tar.gz bar-ad56551ca9f7de11f6fc4160ccca01e75ffebe86.tar.bz2 bar-ad56551ca9f7de11f6fc4160ccca01e75ffebe86.tar.xz bar-ad56551ca9f7de11f6fc4160ccca01e75ffebe86.zip |
Version bump
-rw-r--r-- | bar.cabal | 2 | ||||
-rw-r--r-- | bar.nix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | name: bar | 1 | name: bar |
2 | version: 0.4.3 | 2 | version: 0.5.0 |
3 | cabal-version: >= 1.8 | 3 | cabal-version: >= 1.8 |
4 | build-type: Simple | 4 | build-type: Simple |
5 | 5 | ||
@@ -10,7 +10,7 @@ | |||
10 | }: | 10 | }: |
11 | mkDerivation { | 11 | mkDerivation { |
12 | pname = "bar"; | 12 | pname = "bar"; |
13 | version = "0.4.3"; | 13 | version = "0.5.0"; |
14 | src = ./.; | 14 | src = ./.; |
15 | isLibrary = true; | 15 | isLibrary = true; |
16 | isExecutable = true; | 16 | isExecutable = true; |