haskell-interpolate: update to version 0.1.0

This commit is contained in:
Sönke Hahn 2014-10-08 17:48:41 +08:00
parent ee8a97a25e
commit 4899af447a

View File

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, doctest, haskellSrcMeta, hspec, QuickCheck { cabal, haskellSrcMeta, hspec, QuickCheck, quickcheckInstances
, quickcheckInstances, text , text
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "interpolate"; pname = "interpolate";
version = "0.0.4"; version = "0.1.0";
sha256 = "0yr0pahb07r7p6d7hb4bqafa64a4jkd37bchr6vkan2zbffwcrcm"; sha256 = "0wlc10qd1bq3xj64a3yq2gzds9kas9zyylkm9kxd46gy35fns6id";
buildDepends = [ haskellSrcMeta ]; buildDepends = [ haskellSrcMeta ];
testDepends = [ testDepends = [
doctest haskellSrcMeta hspec QuickCheck quickcheckInstances text haskellSrcMeta hspec QuickCheck quickcheckInstances text
]; ];
meta = { meta = {
description = "String interpolation done right"; description = "String interpolation done right";