haskell-yesod-core: bump to version 1.4.7.2
Fixes build failure. Also, jailbreak appears to no longer be necessary.
This commit is contained in:
parent
94b179362a
commit
8fcba36796
|
@ -3,18 +3,18 @@
|
||||||
{ cabal, aeson, async, autoUpdate, blazeBuilder, blazeHtml
|
{ cabal, aeson, async, autoUpdate, blazeBuilder, blazeHtml
|
||||||
, blazeMarkup, caseInsensitive, cereal, clientsession, conduit
|
, blazeMarkup, caseInsensitive, cereal, clientsession, conduit
|
||||||
, conduitExtra, cookie, dataDefault, deepseq, exceptions
|
, conduitExtra, cookie, dataDefault, deepseq, exceptions
|
||||||
, fastLogger, hspec, httpTypes, HUnit, liftedBase, monadControl
|
, fastLogger, hspec, hspecExpectations, httpTypes, HUnit
|
||||||
, monadLogger, mtl, mwcRandom, network, parsec, pathPieces
|
, liftedBase, monadControl, monadLogger, mtl, mwcRandom, network
|
||||||
, primitive, QuickCheck, random, resourcet, safe, shakespeare
|
, parsec, pathPieces, primitive, QuickCheck, random, resourcet
|
||||||
, streamingCommons, text, time, transformers, transformersBase
|
, safe, shakespeare, streamingCommons, text, time, transformers
|
||||||
, unixCompat, unorderedContainers, vector, wai, waiExtra, waiLogger
|
, transformersBase, unixCompat, unorderedContainers, vector, wai
|
||||||
, warp, word8
|
, waiExtra, waiLogger, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "1.4.6";
|
version = "1.4.7.2";
|
||||||
sha256 = "1xlqqiyn2p0c1qxrkx0mlkp4cra0adhlpw27y03icvj0c93xi27g";
|
sha256 = "0k6zsjds594zy0cvnryz071nis3zmv1sjiyn14cc80j0rvjll46y";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson autoUpdate blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
aeson autoUpdate blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||||
cereal clientsession conduit conduitExtra cookie dataDefault
|
cereal clientsession conduit conduitExtra cookie dataDefault
|
||||||
|
@ -25,11 +25,11 @@ cabal.mkDerivation (self: {
|
||||||
word8
|
word8
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async blazeBuilder conduit conduitExtra hspec httpTypes HUnit
|
async blazeBuilder clientsession conduit conduitExtra cookie hspec
|
||||||
liftedBase mwcRandom network pathPieces QuickCheck random resourcet
|
hspecExpectations httpTypes HUnit liftedBase mwcRandom network
|
||||||
shakespeare streamingCommons text transformers wai waiExtra
|
pathPieces QuickCheck random resourcet shakespeare streamingCommons
|
||||||
|
text transformers wai waiExtra
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
description = "Creation of type-safe, RESTful web applications";
|
||||||
|
|
Loading…
Reference in New Issue