mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-yesod-test: update to version 1.4.2
This commit is contained in:
parent
9e73c0ac09
commit
9626601f8a
@ -1,18 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
||||
, monadControl, network, persistent, text, time, transformers, wai
|
||||
, waiExtra, xmlConduit, xmlTypes, yesodCore, yesodForm
|
||||
, caseInsensitive, cookie, hspec, hspecCore, htmlConduit, httpTypes
|
||||
, HUnit, monadControl, network, persistent, text, time
|
||||
, transformers, wai, waiExtra, xmlConduit, xmlTypes, yesodCore
|
||||
, yesodForm
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-test";
|
||||
version = "1.4.1";
|
||||
sha256 = "10z88ki694z0kzbg84gaj10h8s9hrj5ghgbxq4y486nvmp4px8f1";
|
||||
version = "1.4.2";
|
||||
sha256 = "09iia8vligw41ayhp1fp797n783avb0sf89z8midindrhb5plfbl";
|
||||
buildDepends = [
|
||||
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
||||
cookie hspecCore htmlConduit httpTypes HUnit monadControl network
|
||||
persistent text time transformers wai waiExtra xmlConduit xmlTypes
|
||||
yesodCore
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user