Version 1.0.7 → 1.0.8

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

View File

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

View File

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