Version 1.1.1 → 1.1.2

This commit is contained in:
Gabriel Gonzalez 2018-03-24 10:16:49 -07:00
parent 14ebc0b990
commit 354ab1491f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.1.1` # `dhall-nix 1.1.2`
This `dhall-nix` package provides a Dhall to Nix compiler. You can use this 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 compiler to program Nix using the Dhall language. This package targets people

View File

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

View File

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