haskell-shakespeare-text: update to version 1.1.0
This commit is contained in:
parent
8884a80caf
commit
fa92bc88ca
@ -1,14 +1,13 @@
|
|||||||
{ cabal, hspec, HUnit, shakespeare, text }:
|
{ cabal, shakespeare }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare-text";
|
pname = "shakespeare-text";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
sha256 = "0vhk5g5pm3gz8gzr7cbvkp920x4lmb9pkb9k6yhlj8wfb93bg93q";
|
sha256 = "18ixixb9aqn630s9wblxcki1gggm4i0fj9752c55p3b42q8h86rc";
|
||||||
buildDepends = [ shakespeare text ];
|
buildDepends = [ shakespeare ];
|
||||||
testDepends = [ hspec HUnit text ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
description = "Interpolation with quasi-quotation: put variables strings";
|
description = "Interpolation with quasi-quotation: put variables strings (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user