Version 1.0.5 => 1.0.6

This commit is contained in:
Gabriel Gonzalez 2017-09-02 10:21:11 -07:00
parent 1c319aab3f
commit 8081a14d41
3 changed files with 3 additions and 3 deletions

View File

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

View File

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