haskell-yesod-test: New package, version 0.3.0.
You might have noticed, that the commit summary always abbreviated "version". That's no coincidence, as we want to empathize that our goal is (or was) yesod-test, right? /\ `.,' .''. ,`, () HOORAY! ,''. `,.' `,' () ___ __ ()_ __ `,' _(*__)(__) __\##/)(_*)_ ' ` _(__)(__)(*_)(__/||\)(*)(_)__ _(__*__)(__*__)(_*)(_*_)(__)(_*)_ _(_*__)(_*_)(_*_)(__*_)(_*_)(*_)(__)_ (_*_)(_*_)(_*____)(_)(___)(__)(_*_)(__) _(__*__)()_(_*_)(_)(*_)(__*)(_*__)(__*_) (_*(__)`--`---(___)' (__) _ (__*_)(__) (_(_*_):| .-. . (o) |(_*)(_) (___)::| ( o ) .' `._~ |:(*__*) | `-' .' ~-. |::(_*_) `. .' ______ `.| (_) We now `. .' _ .' () `. | finally `. | | `. `. () _.' .' have `. `.`--' ` ()' _,'| yesod-test `. ~~~-----~()~~ .' in nixpkgs | _ _ _ _ _() | by just `.|#|#|#|#|#()\ .' running ||#|#|#|#|.() `.___ cabal2nix `.________|() |.-.| on a bunch | || |^.-. of packages! | `| | | |^. `-._._| | | | |\. | | |_| next time, let's be `. .' productive, shall we? | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
afe407545f
commit
8f29e4edb3
22
pkgs/development/libraries/haskell/yesod-test/default.nix
Normal file
22
pkgs/development/libraries/haskell/yesod-test/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ cabal, attoparsec, blazeHtml, blazeMarkup, caseInsensitive, hspec
|
||||||
|
, htmlConduit, httpTypes, HUnit, monadControl, network, persistent
|
||||||
|
, poolConduit, text, transformers, wai, waiTest, xmlConduit
|
||||||
|
, xmlTypes
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "yesod-test";
|
||||||
|
version = "0.3.0";
|
||||||
|
sha256 = "194m4va6am2fmnsvs60jclym6bvjmwp35nyv3srbdnqwg3r983h4";
|
||||||
|
buildDepends = [
|
||||||
|
attoparsec blazeHtml blazeMarkup caseInsensitive hspec htmlConduit
|
||||||
|
httpTypes HUnit monadControl network persistent poolConduit text
|
||||||
|
transformers wai waiTest xmlConduit xmlTypes
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://www.yesodweb.com";
|
||||||
|
description = "integration testing for WAI/Yesod Applications";
|
||||||
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -1673,6 +1673,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
yesodStatic = callPackage ../development/libraries/haskell/yesod-static {};
|
yesodStatic = callPackage ../development/libraries/haskell/yesod-static {};
|
||||||
|
|
||||||
|
yesodTest = callPackage ../development/libraries/haskell/yesod-test {};
|
||||||
|
|
||||||
yst = callPackage ../development/libraries/haskell/yst {};
|
yst = callPackage ../development/libraries/haskell/yst {};
|
||||||
|
|
||||||
zeromqHaskell = callPackage ../development/libraries/haskell/zeromq-haskell {};
|
zeromqHaskell = callPackage ../development/libraries/haskell/zeromq-haskell {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user