Version 1.1.3 → 1.1.4 (#4)

This commit is contained in:
Gabriel Gonzalez 2018-05-19 10:46:07 -07:00 committed by GitHub
parent 68871355d1
commit 16dc491dcf
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.1.3`
# `dhall-nix 1.1.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

@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.1.3
Version: 1.1.4
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.3";
version = "1.1.4";
src = ./..;
isLibrary = true;
isExecutable = true;