haskell-shakespeare: update to version 2.0.0.3
This commit is contained in:
parent
fa92bc88ca
commit
e9aa6c017a
1 changed files with 11 additions and 5 deletions
|
@ -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: {
|
||||
pname = "shakespeare";
|
||||
version = "1.2.1.1";
|
||||
sha256 = "1if3mfkcdfls17pcfgn8grxykq8ia91i7qr4q6m1gy6q4gqs6fkg";
|
||||
buildDepends = [ parsec systemFileio systemFilepath text time ];
|
||||
version = "2.0.0.3";
|
||||
sha256 = "12dmhcv404bh7kn04d175bj2b0fadz4sjypwsq151mlhakr13x85";
|
||||
buildDepends = [
|
||||
aeson blazeHtml blazeMarkup exceptions parsec systemFileio
|
||||
systemFilepath text time transformers
|
||||
];
|
||||
testDepends = [
|
||||
hspec parsec systemFileio systemFilepath text time
|
||||
aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
|
||||
systemFileio systemFilepath text time transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||
|
|
Loading…
Reference in a new issue