Version 1.0.10 → 1.1.0

This commit is contained in:
Gabriel Gonzalez 2018-02-23 20:39:51 -08:00
parent 200dd73b15
commit 0d3c572550
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# `dhall-nix 1.0.10`
# `dhall-nix 1.1.0`
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,16 +1,16 @@
{ mkDerivation, base, containers, data-fix, dhall, hnix
, neat-interpolation, optparse-generic, stdenv, text, text-format
, trifecta, vector
, insert-ordered-containers, neat-interpolation, optparse-generic
, scientific, stdenv, text, text-format, trifecta, vector
}:
mkDerivation {
pname = "dhall-nix";
version = "1.0.10";
version = "1.1.0";
src = ./.;
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers data-fix dhall hnix neat-interpolation text
text-format vector
base containers data-fix dhall hnix insert-ordered-containers
neat-interpolation scientific text text-format vector
];
executableHaskellDepends = [
base dhall hnix optparse-generic text trifecta

View File

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