Version 1.1.4 → 1.1.5 (#6)

This commit is contained in:
Gabriel Gonzalez 2018-06-28 22:01:43 -07:00 committed by GitHub
parent f67b8cc171
commit 0ae0367927
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.1.4`
# `dhall-nix 1.1.5`
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

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

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "dhall-nix";
version = "1.1.4";
version = "1.1.5";
src = ./..;
isLibrary = true;
isExecutable = true;