haskell-interpolate: update to version 0.1.0
This commit is contained in:
parent
ee8a97a25e
commit
4899af447a
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user