summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-core/default.nix
blob: 571778cfdc4ecd43d2102d2cad7d300730c2c0b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, async, autoUpdate, blazeBuilder, blazeHtml
, blazeMarkup, caseInsensitive, cereal, clientsession, conduit
, conduitExtra, cookie, dataDefault, deepseq, exceptions
, fastLogger, hspec, hspecExpectations, httpTypes, HUnit
, liftedBase, monadControl, monadLogger, mtl, mwcRandom, network
, parsec, pathPieces, primitive, QuickCheck, random, resourcet
, safe, shakespeare, streamingCommons, text, time, transformers
, transformersBase, unixCompat, unorderedContainers, vector, wai
, waiExtra, waiLogger, warp, word8
}:

cabal.mkDerivation (self: {
  pname = "yesod-core";
  version = "1.4.7.2";
  sha256 = "0k6zsjds594zy0cvnryz071nis3zmv1sjiyn14cc80j0rvjll46y";
  buildDepends = [
    aeson autoUpdate blazeBuilder blazeHtml blazeMarkup caseInsensitive
    cereal clientsession conduit conduitExtra cookie dataDefault
    deepseq exceptions fastLogger httpTypes liftedBase monadControl
    monadLogger mtl mwcRandom parsec pathPieces primitive random
    resourcet safe shakespeare text time transformers transformersBase
    unixCompat unorderedContainers vector wai waiExtra waiLogger warp
    word8
  ];
  testDepends = [
    async blazeBuilder clientsession conduit conduitExtra cookie hspec
    hspecExpectations httpTypes HUnit liftedBase mwcRandom network
    pathPieces QuickCheck random resourcet shakespeare streamingCommons
    text transformers wai waiExtra
  ];
  meta = {
    homepage = "http://www.yesodweb.com/";
    description = "Creation of type-safe, RESTful web applications";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})