Merge branch 'master' of github.com:Gabriel439/Haskell-Dhall-Nix-Library

This commit is contained in:
Gabriel Gonzalez 2017-10-10 11:47:06 -07:00
commit d8ba9e6265
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.0.6`
# `dhall-nix 1.0.7`
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.6";
version = "1.0.7";
src = ./.;
isLibrary = true;
isExecutable = true;

View File

@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.0.6
Version: 1.0.7
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
@ -29,7 +29,7 @@ Library
Build-Depends:
base >= 4.8.0.0 && < 5 ,
containers < 0.6 ,
data-fix < 0.1 ,
data-fix < 0.3 ,
dhall >= 1.5.0 && < 1.8 ,
hnix >= 0.3.4 && < 0.4 ,
neat-interpolation < 0.4 ,