haskell-shakespeare: update to version 2.0.0.3
This commit is contained in:
parent
fa92bc88ca
commit
e9aa6c017a
@ -1,12 +1,18 @@
|
|||||||
{ cabal, hspec, parsec, systemFileio, systemFilepath, text, time }:
|
{ cabal, aeson, blazeHtml, blazeMarkup, exceptions, hspec, HUnit
|
||||||
|
, parsec, systemFileio, systemFilepath, text, time, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
version = "1.2.1.1";
|
version = "2.0.0.3";
|
||||||
sha256 = "1if3mfkcdfls17pcfgn8grxykq8ia91i7qr4q6m1gy6q4gqs6fkg";
|
sha256 = "12dmhcv404bh7kn04d175bj2b0fadz4sjypwsq151mlhakr13x85";
|
||||||
buildDepends = [ parsec systemFileio systemFilepath text time ];
|
buildDepends = [
|
||||||
|
aeson blazeHtml blazeMarkup exceptions parsec systemFileio
|
||||||
|
systemFilepath text time transformers
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
hspec parsec systemFileio systemFilepath text time
|
aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
|
||||||
|
systemFileio systemFilepath text time transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user