3
0
Fork 0
forked from mirrors/nixpkgs

Merge branch 'master' of github.com:soenkehahn/nixpkgs

haskell-interpolate: update to version 0.1.0
This commit is contained in:
Shea Levy 2014-10-08 10:07:24 -04:00
commit a9ce15dc99

View file

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