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!
|
||||
|
||||
{ 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";
|
||||
|
Loading…
Reference in New Issue
Block a user