diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-18 18:25:55 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-18 18:25:55 +0200 |
| commit | 9bbe1b9b4d07cc300740160e5f40342baabc47a8 (patch) | |
| tree | 08ef8c209c7a43953cd38483de074031bb84579a | |
| parent | 4a3f760c97d739183811b6f640d2e4a22dfb50ba (diff) | |
| download | bar-9bbe1b9b4d07cc300740160e5f40342baabc47a8.tar bar-9bbe1b9b4d07cc300740160e5f40342baabc47a8.tar.gz bar-9bbe1b9b4d07cc300740160e5f40342baabc47a8.tar.bz2 bar-9bbe1b9b4d07cc300740160e5f40342baabc47a8.tar.xz bar-9bbe1b9b4d07cc300740160e5f40342baabc47a8.zip | |
Bump version
| -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.6.0 | 2 | version: 0.6.1 |
| 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.6.0"; | 13 | version = "0.6.1"; |
| 14 | src = ./.; | 14 | src = ./.; |
| 15 | isLibrary = true; | 15 | isLibrary = true; |
| 16 | isExecutable = true; | 16 | isExecutable = true; |
