haskell-yesod-platform: update to version 1.2.6
This commit is contained in:
parent
c13a56a036
commit
9c065f77d8
@ -2,65 +2,67 @@
|
|||||||
, attoparsecConduit, authenticate, base64Bytestring
|
, attoparsecConduit, authenticate, base64Bytestring
|
||||||
, baseUnicodeSymbols, blazeBuilder, blazeBuilderConduit, blazeHtml
|
, baseUnicodeSymbols, blazeBuilder, blazeBuilderConduit, blazeHtml
|
||||||
, blazeMarkup, byteable, byteorder, caseInsensitive, cereal
|
, blazeMarkup, byteable, byteorder, caseInsensitive, cereal
|
||||||
, certificate, cipherAes, cipherRc4, clientsession, conduit
|
, certificate, cipherAes, cipherBlowfish, cipherCamellia, cipherDes
|
||||||
, connection, controlMonadLoop, cookie, cprngAes, cryptoApi
|
, cipherRc4, clientsession, conduit, connection, controlMonadLoop
|
||||||
, cryptoCipherTypes, cryptoConduit, cryptohash, cryptohashCryptoapi
|
, cookie, cprngAes, cryptoApi, cryptocipher, cryptoCipherTypes
|
||||||
, cryptoNumbers, cryptoPubkey, cryptoPubkeyTypes, cryptoRandom
|
, cryptoConduit, cryptohash, cryptohashCryptoapi, cryptoNumbers
|
||||||
|
, cryptoPubkey, cryptoPubkeyTypes, cryptoRandom, cryptoRandomApi
|
||||||
, cssText, dataDefault, dataDefaultClass, dataDefaultInstancesBase
|
, cssText, dataDefault, dataDefaultClass, dataDefaultInstancesBase
|
||||||
, dataDefaultInstancesContainers, dataDefaultInstancesDlist
|
, dataDefaultInstancesContainers, dataDefaultInstancesDlist
|
||||||
, dataDefaultInstancesOldLocale, dlist, emailValidate, entropy
|
, dataDefaultInstancesOldLocale, dlist, emailValidate, entropy
|
||||||
, failure, fastLogger, fileEmbed, filesystemConduit, hamlet, hjsmin
|
, esqueleto, failure, fastLogger, fileEmbed, filesystemConduit
|
||||||
, hspec, hspecExpectations, htmlConduit, httpAttoparsec, httpClient
|
, hamlet, hjsmin, hspec, hspecExpectations, htmlConduit
|
||||||
, httpClientConduit, httpClientTls, httpConduit, httpDate
|
, httpAttoparsec, httpClient, httpClientConduit, httpClientTls
|
||||||
, httpTypes, languageJavascript, liftedBase, mimeMail, mimeTypes
|
, httpConduit, httpDate, httpTypes, languageJavascript, liftedBase
|
||||||
, mmorph, monadControl, monadLogger, monadLoops, networkConduit
|
, mimeMail, mimeTypes, mmorph, monadControl, monadLogger
|
||||||
, pathPieces, pem, persistent, persistentTemplate, poolConduit
|
, monadLoops, networkConduit, pathPieces, pem, persistent
|
||||||
, primitive, processConduit, publicsuffixlist, pureMD5, pwstoreFast
|
, persistentTemplate, poolConduit, primitive, processConduit
|
||||||
, quickcheckIo, resourcePool, resourcet, safe, securemem
|
, publicsuffixlist, pureMD5, pwstoreFast, quickcheckIo
|
||||||
, semigroups, setenv, SHA, shakespeare, shakespeareCss
|
, resourcePool, resourcet, safe, scientific, securemem, semigroups
|
||||||
, shakespeareI18n, shakespeareJs, shakespeareText, silently
|
, setenv, SHA, shakespeare, shakespeareCss, shakespeareI18n
|
||||||
, simpleSendfile, skein, socks, stmChans, stringsearch
|
, shakespeareJs, shakespeareText, silently, simpleSendfile, skein
|
||||||
, systemFileio, systemFilepath, tagged, tagsoup, tagstreamConduit
|
, socks, stmChans, stringsearch, systemFileio, systemFilepath
|
||||||
, tls, tlsExtra, transformersBase, unixCompat, unorderedContainers
|
, tagged, tagsoup, tagstreamConduit, tls, tlsExtra
|
||||||
, utf8Light, utf8String, vector, void, wai, waiAppStatic, waiExtra
|
, transformersBase, unixCompat, unorderedContainers, utf8Light
|
||||||
, waiLogger, waiTest, warp, word8, xmlConduit, xmlTypes
|
, utf8String, vector, void, wai, waiAppStatic, waiExtra, waiLogger
|
||||||
, xssSanitize, yaml, yesod, yesodAuth, yesodCore, yesodForm
|
, waiTest, warp, warpTls, word8, xmlConduit, xmlTypes, xssSanitize
|
||||||
, yesodPersistent, yesodRoutes, yesodStatic, yesodTest
|
, yaml, yesod, yesodAuth, yesodCore, yesodForm, yesodPersistent
|
||||||
, zlibBindings, zlibConduit
|
, yesodRoutes, yesodStatic, yesodTest, zlibBindings, zlibConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-platform";
|
pname = "yesod-platform";
|
||||||
version = "1.2.5.3";
|
version = "1.2.6";
|
||||||
sha256 = "0k9srgsnz9cgpxhdk04qz27lqp1xm97bprxjv93j1sxny92v6122";
|
sha256 = "15ixhxim14672hl9cl92sbi94yzv6g6zgg07jvkciixg0hd8xr6p";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson ansiTerminal asn1Data asn1Types attoparsec attoparsecConduit
|
aeson ansiTerminal asn1Data asn1Types attoparsec attoparsecConduit
|
||||||
authenticate base64Bytestring baseUnicodeSymbols blazeBuilder
|
authenticate base64Bytestring baseUnicodeSymbols blazeBuilder
|
||||||
blazeBuilderConduit blazeHtml blazeMarkup byteable byteorder
|
blazeBuilderConduit blazeHtml blazeMarkup byteable byteorder
|
||||||
caseInsensitive cereal certificate cipherAes cipherRc4
|
caseInsensitive cereal certificate cipherAes cipherBlowfish
|
||||||
clientsession conduit connection controlMonadLoop cookie cprngAes
|
cipherCamellia cipherDes cipherRc4 clientsession conduit connection
|
||||||
cryptoApi cryptoCipherTypes cryptoConduit cryptohash
|
controlMonadLoop cookie cprngAes cryptoApi cryptocipher
|
||||||
cryptohashCryptoapi cryptoNumbers cryptoPubkey cryptoPubkeyTypes
|
cryptoCipherTypes cryptoConduit cryptohash cryptohashCryptoapi
|
||||||
cryptoRandom cssText dataDefault dataDefaultClass
|
cryptoNumbers cryptoPubkey cryptoPubkeyTypes cryptoRandom
|
||||||
|
cryptoRandomApi cssText dataDefault dataDefaultClass
|
||||||
dataDefaultInstancesBase dataDefaultInstancesContainers
|
dataDefaultInstancesBase dataDefaultInstancesContainers
|
||||||
dataDefaultInstancesDlist dataDefaultInstancesOldLocale dlist
|
dataDefaultInstancesDlist dataDefaultInstancesOldLocale dlist
|
||||||
emailValidate entropy failure fastLogger fileEmbed
|
emailValidate entropy esqueleto failure fastLogger fileEmbed
|
||||||
filesystemConduit hamlet hjsmin hspec hspecExpectations htmlConduit
|
filesystemConduit hamlet hjsmin hspec hspecExpectations htmlConduit
|
||||||
httpAttoparsec httpClient httpClientConduit httpClientTls
|
httpAttoparsec httpClient httpClientConduit httpClientTls
|
||||||
httpConduit httpDate httpTypes languageJavascript liftedBase
|
httpConduit httpDate httpTypes languageJavascript liftedBase
|
||||||
mimeMail mimeTypes mmorph monadControl monadLogger monadLoops
|
mimeMail mimeTypes mmorph monadControl monadLogger monadLoops
|
||||||
networkConduit pathPieces pem persistent persistentTemplate
|
networkConduit pathPieces pem persistent persistentTemplate
|
||||||
poolConduit primitive processConduit publicsuffixlist pureMD5
|
poolConduit primitive processConduit publicsuffixlist pureMD5
|
||||||
pwstoreFast quickcheckIo resourcePool resourcet safe securemem
|
pwstoreFast quickcheckIo resourcePool resourcet safe scientific
|
||||||
semigroups setenv SHA shakespeare shakespeareCss shakespeareI18n
|
securemem semigroups setenv SHA shakespeare shakespeareCss
|
||||||
shakespeareJs shakespeareText silently simpleSendfile skein socks
|
shakespeareI18n shakespeareJs shakespeareText silently
|
||||||
stmChans stringsearch systemFileio systemFilepath tagged tagsoup
|
simpleSendfile skein socks stmChans stringsearch systemFileio
|
||||||
tagstreamConduit tls tlsExtra transformersBase unixCompat
|
systemFilepath tagged tagsoup tagstreamConduit tls tlsExtra
|
||||||
unorderedContainers utf8Light utf8String vector void wai
|
transformersBase unixCompat unorderedContainers utf8Light
|
||||||
waiAppStatic waiExtra waiLogger waiTest warp word8 xmlConduit
|
utf8String vector void wai waiAppStatic waiExtra waiLogger waiTest
|
||||||
xmlTypes xssSanitize yaml yesod yesodAuth yesodCore yesodForm
|
warp warpTls word8 xmlConduit xmlTypes xssSanitize yaml yesod
|
||||||
yesodPersistent yesodRoutes yesodStatic yesodTest zlibBindings
|
yesodAuth yesodCore yesodForm yesodPersistent yesodRoutes
|
||||||
zlibConduit
|
yesodStatic yesodTest zlibBindings zlibConduit
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user