Version 1.0.3 => 1.0.4

This commit is contained in:
Gabriel Gonzalez 2017-06-17 13:57:40 -07:00
parent 907f4765f9
commit 24af9b03be
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.0.3`
# `dhall-nix 1.0.4`
This `dhall-nix` package provides a Dhall to Nix compiler. You can use this
compiler to program Nix using the Dhall language. This package targets people

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "dhall-nix";
version = "1.0.0";
version = "1.0.4";
src = ./.;
isLibrary = true;
isExecutable = true;
@ -14,6 +14,6 @@ mkDerivation {
executableHaskellDepends = [
base dhall hnix optparse-generic text trifecta
];
description = "A configuration language guaranteed to terminate";
description = "Dhall to Nix compiler";
license = stdenv.lib.licenses.bsd3;
}

View File

@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.0.3
Version: 1.0.4
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1