Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeBuilderConduit
|
||||
, caseInsensitive, conduit, httpConduit, httpTypes, network
|
||||
, Cabal, caseInsensitive, conduit, httpConduit, httpTypes, network
|
||||
, tagsoup, text, transformers, unorderedContainers, xmlConduit
|
||||
}:
|
||||
|
||||
@@ -8,9 +8,9 @@ cabal.mkDerivation (self: {
|
||||
version = "1.0.0";
|
||||
sha256 = "0a163dhi69gh6zmi43jidxlaknbk1y0frjlwijdf7fp073rh0p87";
|
||||
buildDepends = [
|
||||
aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
|
||||
conduit httpConduit httpTypes network tagsoup text transformers
|
||||
unorderedContainers xmlConduit
|
||||
aeson attoparsec blazeBuilder blazeBuilderConduit Cabal
|
||||
caseInsensitive conduit httpConduit httpTypes network tagsoup text
|
||||
transformers unorderedContainers xmlConduit
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/yesodweb/authenticate";
|
||||
|
||||
Reference in New Issue
Block a user