haskell-yesod-test: update to version 1.2.1.1
This commit is contained in:
parent
7176a84eb0
commit
a1615dedf6
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
|||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
||||
, monadControl, network, persistent, poolConduit, text, time
|
||||
, transformers, wai, waiTest, xmlConduit, xmlTypes, yesodCore
|
||||
, yesodForm
|
||||
, monadControl, network, persistent, text, time, transformers, wai
|
||||
, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-test";
|
||||
version = "1.2.1";
|
||||
sha256 = "1f92q9wjj6npxfsjibw0qlg6pai721mwkjcadh121bwgrancflyr";
|
||||
version = "1.2.1.1";
|
||||
sha256 = "0rbavw67cfqyav6xakacag0sd0gixbz3sls06px6q6pnpzk9q9d4";
|
||||
buildDepends = [
|
||||
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
||||
persistent poolConduit text time transformers wai waiTest
|
||||
xmlConduit xmlTypes yesodCore
|
||||
persistent text time transformers wai waiTest xmlConduit xmlTypes
|
||||
yesodCore
|
||||
];
|
||||
testDepends = [
|
||||
hspec htmlConduit HUnit text xmlConduit yesodCore yesodForm
|
||||
|
|
Loading…
Reference in a new issue