diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-27 12:37:39 +0200 | 
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-27 12:37:39 +0200 | 
| commit | 56d759069b45f1ea7bafc7f7d89ae0d99ce7f545 (patch) | |
| tree | 01958d8f07be8f8e14c34d6a918ab66d169ed7f5 | |
| parent | 34fee80ddb4ce32e97c22fff204885f2b026922d (diff) | |
| download | bar-56d759069b45f1ea7bafc7f7d89ae0d99ce7f545.tar bar-56d759069b45f1ea7bafc7f7d89ae0d99ce7f545.tar.gz bar-56d759069b45f1ea7bafc7f7d89ae0d99ce7f545.tar.bz2 bar-56d759069b45f1ea7bafc7f7d89ae0d99ce7f545.tar.xz bar-56d759069b45f1ea7bafc7f7d89ae0d99ce7f545.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.1 | 2 | version: 0.6.2 | 
| 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.1"; | 13 | version = "0.6.2"; | 
| 14 | src = ./.; | 14 | src = ./.; | 
| 15 | isLibrary = true; | 15 | isLibrary = true; | 
| 16 | isExecutable = true; | 16 | isExecutable = true; | 
