Merge branch 'master' of https://github.com/NixOS/nixpkgs
This commit is contained in:
commit
a1a9c26ccc
@ -7,41 +7,45 @@
|
|||||||
, gnupg1, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
, gnupg1, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
||||||
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
||||||
, monadControl, mtl, network, networkInfo, networkMulticast
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, networkProtocolXmpp, openssh, optparseApplicative, pathPieces
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
, perl, QuickCheck, random, regexTdfa, rsync, SafeSemaphore
|
||||||
, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
|
, securemem, SHA, shakespeare, stm, tasty, tastyHunit
|
||||||
, tastyRerun, text, time, transformers, unixCompat, utf8String
|
, tastyQuickcheck, tastyRerun, text, time, transformers, unixCompat
|
||||||
, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
|
, utf8String, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes
|
||||||
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
, fsnotify
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140709";
|
version = "5.20140717";
|
||||||
sha256 = "0n636b52199kj8w3awfvrabg6c76kb133gbfh9r8sp0xrg376z2s";
|
sha256 = "199gqp85f6xnyg3svs23n3r6q4pflvz4zy5y376klay9mzzp0rbl";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
||||||
clientsession cryptoApi cryptohash dataDefault dataenc DAV
|
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
||||||
dlist dns editDistance exceptions extensibleExceptions
|
dlist dns editDistance exceptions extensibleExceptions fdoNotify
|
||||||
feed filepath gnutls hamlet hS3 hslogger HTTP httpClient
|
feed filepath gnutls hamlet hinotify hS3 hslogger HTTP httpClient
|
||||||
httpConduit httpTypes IfElse json liftedBase MissingH monadControl
|
httpConduit httpTypes IfElse json liftedBase MissingH monadControl
|
||||||
mtl network networkInfo networkMulticast networkProtocolXmpp
|
mtl network networkInfo networkMulticast networkProtocolXmpp
|
||||||
optparseApplicative QuickCheck random regexTdfa SafeSemaphore
|
optparseApplicative pathPieces QuickCheck random regexTdfa
|
||||||
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
|
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
||||||
tastyRerun text time transformers unixCompat utf8String uuid wai
|
tastyQuickcheck tastyRerun text time transformers unixCompat
|
||||||
waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
|
utf8String uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
|
||||||
yesodForm yesodStatic
|
yesodDefault yesodForm yesodStatic
|
||||||
] ++ (if self.stdenv.isDarwin then [
|
];
|
||||||
fsnotify
|
|
||||||
] else [
|
|
||||||
dbus fdoNotify hinotify
|
|
||||||
]);
|
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
||||||
configureFlags = "-fAssistant
|
configureFlags = "-fS3
|
||||||
-fProduction";
|
-fWebDAV
|
||||||
|
-fInotify
|
||||||
|
-fDbus
|
||||||
|
-fAssistant
|
||||||
|
-fWebapp
|
||||||
|
-fPairing
|
||||||
|
-fXMPP
|
||||||
|
-fDNS
|
||||||
|
-fProduction
|
||||||
|
-fTDFA";
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export HOME="$NIX_BUILD_TOP/tmp"
|
export HOME="$NIX_BUILD_TOP/tmp"
|
||||||
mkdir "$HOME"
|
mkdir "$HOME"
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint, binary
|
{ cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint
|
||||||
, blazeHtml, blazeMarkup, boehmgc, Cabal, cheapskate, deepseq
|
, base64Bytestring, binary, blazeHtml, blazeMarkup, boehmgc, Cabal
|
||||||
, filepath, gmp, happy, haskeline, languageJava, lens, libffi
|
, cheapskate, deepseq, filepath, fingertree, gmp, happy, haskeline
|
||||||
, llvmGeneral, llvmGeneralPure, mtl, network, optparseApplicative
|
, languageJava, lens, libffi, llvmGeneral, llvmGeneralPure, mtl
|
||||||
, parsers, split, text, time, transformers, trifecta
|
, network, optparseApplicative, parsers, split, text, time
|
||||||
, unorderedContainers, utf8String, vector, vectorBinaryInstances
|
, transformers, trifecta, unorderedContainers, utf8String, vector
|
||||||
, xml, zlib
|
, vectorBinaryInstances, xml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.9.13.1";
|
version = "0.9.14";
|
||||||
sha256 = "09528c2zxriw3l8c7dd2k5db9j1qmqhs6nbqwc7dkskzqv9snz7n";
|
sha256 = "0kfzp89sass93p9zsxq616zfix7ipi1rmjqmcjixihi01k7c0b8b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
annotatedWlPprint ansiTerminal ansiWlPprint binary blazeHtml
|
annotatedWlPprint ansiTerminal ansiWlPprint base64Bytestring binary
|
||||||
blazeMarkup Cabal cheapskate deepseq filepath haskeline
|
blazeHtml blazeMarkup Cabal cheapskate deepseq filepath fingertree
|
||||||
languageJava lens libffi llvmGeneral llvmGeneralPure mtl network
|
haskeline languageJava lens libffi llvmGeneral llvmGeneralPure mtl
|
||||||
optparseApplicative parsers split text time transformers trifecta
|
network optparseApplicative parsers split text time transformers
|
||||||
unorderedContainers utf8String vector vectorBinaryInstances xml
|
trifecta unorderedContainers utf8String vector
|
||||||
zlib
|
vectorBinaryInstances xml zlib
|
||||||
];
|
];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
extraLibraries = [ boehmgc gmp ];
|
extraLibraries = [ boehmgc gmp ];
|
||||||
|
@ -2,21 +2,23 @@
|
|||||||
|
|
||||||
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath
|
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath
|
||||||
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
|
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
|
||||||
, random, regexCompat, temporary, text, unorderedContainers, xmlgen
|
, random, regexCompat, temporary, text, time, unorderedContainers
|
||||||
|
, vector, xmlgen
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HTF";
|
pname = "HTF";
|
||||||
version = "0.11.4.0";
|
version = "0.12.0.0";
|
||||||
sha256 = "0bg84x6xk359zby04xw62yy227fk85mgs7x5nkdbsxcajm7j0bs9";
|
sha256 = "1mbil44gbcl52f84dphxkdvxsyz8bhc532mlq37aqr1bmj54rv0i";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
|
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
|
||||||
monadControl mtl QuickCheck random regexCompat text xmlgen
|
monadControl mtl QuickCheck random regexCompat text time vector
|
||||||
|
xmlgen
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath mtl random regexCompat temporary text
|
aeson filepath HUnit mtl random regexCompat temporary text
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
19
pkgs/development/libraries/haskell/QuickCheck/2.7.6.nix
Normal file
19
pkgs/development/libraries/haskell/QuickCheck/2.7.6.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, random, testFramework, tfRandom, transformers }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "QuickCheck";
|
||||||
|
version = "2.7.6";
|
||||||
|
sha256 = "09y5l0062l9i5jp9v6811kvkk4zpy0mizwaw44abgz0x1h59gn40";
|
||||||
|
buildDepends = [ random tfRandom transformers ];
|
||||||
|
testDepends = [ testFramework ];
|
||||||
|
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11";
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/nick8325/quickcheck";
|
||||||
|
description = "Automatic testing of Haskell programs";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
};
|
||||||
|
})
|
28
pkgs/development/libraries/haskell/aeson/0.8.0.0.nix
Normal file
28
pkgs/development/libraries/haskell/aeson/0.8.0.0.nix
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, attoparsec, blazeBuilder, deepseq, dlist, hashable, HUnit
|
||||||
|
, mtl, QuickCheck, scientific, syb, testFramework
|
||||||
|
, testFrameworkHunit, testFrameworkQuickcheck2, text, time
|
||||||
|
, unorderedContainers, vector
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "aeson";
|
||||||
|
version = "0.8.0.0";
|
||||||
|
sha256 = "0p2x03wjawhav87jp57vwclra0gjwn1gqk74zgnji25ypwsvgkk4";
|
||||||
|
buildDepends = [
|
||||||
|
attoparsec blazeBuilder deepseq dlist hashable mtl scientific syb
|
||||||
|
text time unorderedContainers vector
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
attoparsec HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 text time unorderedContainers vector
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/bos/aeson";
|
||||||
|
description = "Fast JSON parsing and encoding";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
};
|
||||||
|
})
|
@ -1,22 +1,22 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, blazeBuilder, conduit, exceptions, filepath
|
{ cabal, async, attoparsec, blazeBuilder, conduit, exceptions
|
||||||
, hspec, monadControl, network, primitive, resourcet
|
, filepath, hspec, monadControl, network, primitive, resourcet, stm
|
||||||
, streamingCommons, text, transformers, transformersBase
|
, streamingCommons, text, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit-extra";
|
pname = "conduit-extra";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
sha256 = "1876kg7zb0gasl7ijmx48r5r2jv3c5xxa1xb6g6iqfysx0qsv6z2";
|
sha256 = "1hglg491vgy6hjggi7067rjly3dlnr3byf6xlc20narzr25sxfxi";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder conduit filepath monadControl network
|
attoparsec blazeBuilder conduit filepath monadControl network
|
||||||
primitive resourcet streamingCommons text transformers
|
primitive resourcet stm streamingCommons text transformers
|
||||||
transformersBase
|
transformersBase
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec blazeBuilder conduit exceptions hspec resourcet text
|
async attoparsec blazeBuilder conduit exceptions hspec resourcet
|
||||||
transformers transformersBase
|
stm text transformers transformersBase
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit";
|
pname = "conduit";
|
||||||
version = "1.1.6";
|
version = "1.1.7";
|
||||||
sha256 = "1nhjj5zz934fd6fdbmkl8xvnvlaprxccgpwxffmdgqwxhvxgprq3";
|
sha256 = "0xk2his7qbidnzs56xcgnjipbnqmmnh74qy8dfvbznkkqhxdzmz6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
exceptions liftedBase mmorph monadControl mtl resourcet
|
exceptions liftedBase mmorph monadControl mtl resourcet
|
||||||
transformers transformersBase void
|
transformers transformersBase void
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "connection";
|
pname = "connection";
|
||||||
version = "0.2.1";
|
version = "0.2.3";
|
||||||
sha256 = "1wdjfc9lld3wkr7ncjkszmrwqp74p994ml3chymniz440xg1lxwy";
|
sha256 = "02mqn19pssdak82jw38p3cbwjyfvmjc6fawgx5981hzbdgb64vsb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cprngAes dataDefaultClass network socks tls x509 x509Store
|
cprngAes dataDefaultClass network socks tls x509 x509Store
|
||||||
x509System x509Validation
|
x509System x509Validation
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "highlighting-kate";
|
pname = "highlighting-kate";
|
||||||
version = "0.5.8.3";
|
version = "0.5.8.4";
|
||||||
sha256 = "03x9vp6mvk9hxs92cmy42aqiyh4prnh343xg36znyjii6xw2x3mf";
|
sha256 = "018j5z4cl9iv5m9wzjykh2gcn5d4fi7vahj76jv0ah101g6fqvrh";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-client-tls";
|
pname = "http-client-tls";
|
||||||
version = "0.2.1.2";
|
version = "0.2.2";
|
||||||
sha256 = "08qq2d4mqdd80jb99wm4gd4bqvnrlcpblvqgn18p8bzhw1qq6siy";
|
sha256 = "0a01r05h5fxswyn6k6cgqgak4scqjan72hyy5wbdqzzhl4rmh7j5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
connection dataDefaultClass httpClient network tls
|
connection dataDefaultClass httpClient network tls
|
||||||
];
|
];
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-client";
|
pname = "http-client";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
sha256 = "0y4va0xfriv3qv31hbh7kbzmf61rr3ffr4z4vlfdlzacfv8307y4";
|
sha256 = "0ffr4xccm2yp5ikiz5dzzjm82vz7gab56l80ra9criry9qirmwqh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive cookie
|
base64Bytestring blazeBuilder caseInsensitive cookie
|
||||||
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
|
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "2.1.2.3";
|
version = "2.1.3";
|
||||||
sha256 = "07d9lhkqf1kr4mg61q0pcf8y73wkdymazxrvr425wjh9363r89gl";
|
sha256 = "1z9i0b9kl1kqh3nvbhh5vmqyg19pkdpj4cbkfhj0r47rbcynhwlb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
||||||
mtl resourcet transformers
|
mtl resourcet transformers
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "interpolate";
|
pname = "interpolate";
|
||||||
version = "0.0.2";
|
version = "0.0.3";
|
||||||
sha256 = "0l9hrgwmvp7h2mgw90gk45zgp0yy00201ki9hwg26sh2wd0sj6f8";
|
sha256 = "05aksslx7mvic3cgw9ixwjp0r759a4gf7m178pbp8xm8dpdksjjw";
|
||||||
buildDepends = [ haskellSrcMeta ];
|
buildDepends = [ haskellSrcMeta ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
doctest haskellSrcMeta hspec QuickCheck quickcheckInstances text
|
doctest haskellSrcMeta hspec QuickCheck quickcheckInstances text
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "iproute";
|
pname = "iproute";
|
||||||
version = "1.2.12";
|
version = "1.3.0";
|
||||||
sha256 = "19pr6my4nw7qq9lsp6xvz55lm9svwzqka5qcqy79sfdkxg459rg5";
|
sha256 = "1n9lcm1f2rlqkvg90zikf2h4badzh9r24zqb27648l48254m6q5p";
|
||||||
buildDepends = [ appar byteorder network ];
|
buildDepends = [ appar byteorder network ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
appar byteorder doctest hspec network QuickCheck safe
|
appar byteorder doctest hspec network QuickCheck safe
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-logger";
|
pname = "monad-logger";
|
||||||
version = "0.3.6.1";
|
version = "0.3.7";
|
||||||
sha256 = "0ylsrhp2a9qir03nmmz6rkim149pw1fgm63lfg611gvh598ig6ss";
|
sha256 = "03fzp8cvx8qapyjgnm6gywj8b1pcd43y3fb4vg1wgxa55lsg6y58";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder conduit conduitExtra exceptions fastLogger liftedBase
|
blazeBuilder conduit conduitExtra exceptions fastLogger liftedBase
|
||||||
monadControl monadLoops mtl resourcet stm stmChans text
|
monadControl monadLoops mtl resourcet stm stmChans text
|
||||||
|
23
pkgs/development/libraries/haskell/parsers/0.12.nix
Normal file
23
pkgs/development/libraries/haskell/parsers/0.12.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, attoparsec, charset, doctest, filepath, parsec, QuickCheck
|
||||||
|
, quickcheckInstances, text, transformers, unorderedContainers
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "parsers";
|
||||||
|
version = "0.12";
|
||||||
|
sha256 = "0lb1djb2mmlkfqpbz7683i27d3ivv0r99l6w79951wgsqb62xph3";
|
||||||
|
buildDepends = [
|
||||||
|
attoparsec charset parsec text transformers unorderedContainers
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
attoparsec doctest filepath parsec QuickCheck quickcheckInstances
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://github.com/ekmett/parsers/";
|
||||||
|
description = "Parsing combinators";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "path-pieces";
|
pname = "path-pieces";
|
||||||
version = "0.1.3.1";
|
version = "0.1.4";
|
||||||
sha256 = "140pkci5k6aa9ncxa29fn2p0g6lb79zci0k02nblv59qmj5hj8ic";
|
sha256 = "1fxhp4bk88km7z1rdpify7l38li5k21qxw3vgcmq9b6bblvz6y2v";
|
||||||
buildDepends = [ text time ];
|
buildDepends = [ text time ];
|
||||||
testDepends = [ hspec HUnit QuickCheck text ];
|
testDepends = [ hspec HUnit QuickCheck text ];
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, conduit, controlMonadLoop, hspec, mtl, resourcet
|
{ cabal, conduit, conduitExtra, controlMonadLoop, hspec, mtl
|
||||||
, shakespeare, shakespeareText, text
|
, resourcet, shakespeare, shakespeareText, text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "process-conduit";
|
pname = "process-conduit";
|
||||||
version = "1.1.0.0";
|
version = "1.2.0.1";
|
||||||
sha256 = "1b3snck651cpb7i3c78cn264zrjan3lzydf59209abkvb6fv1hql";
|
sha256 = "0hnbywmjvk3y26sc9a0jfqzm04pg08zd2bflld1mvni02s89lvc8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit controlMonadLoop mtl resourcet shakespeare shakespeareText
|
conduit controlMonadLoop mtl resourcet shakespeare shakespeareText
|
||||||
text
|
text
|
||||||
];
|
];
|
||||||
testDepends = [ conduit hspec ];
|
testDepends = [ conduit conduitExtra hspec resourcet ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/tanakh/process-conduit";
|
homepage = "http://github.com/snoyberg/process-conduit";
|
||||||
description = "Conduits for processes";
|
description = "Conduits for processes (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "purescript";
|
pname = "purescript";
|
||||||
version = "0.5.2.6";
|
version = "0.5.3";
|
||||||
sha256 = "0aszzaj3942xgq0nmql68s5cgplhkqrk0k6cfd1mx5lq5n0qxf94";
|
sha256 = "05vhz3j4gx9paxmvimy154730078bl148819shwml6l6vq02723i";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "reflection";
|
pname = "reflection";
|
||||||
version = "1.4";
|
version = "1.5.1";
|
||||||
sha256 = "0i6yb3fa9wizyaz8x9b7yzkw9jf7zahdrkr2y0iw7igdxqn4n0k7";
|
sha256 = "18ail6j7rs5jff9zxphxd7vjkwanpv12dhi98s86r65425fdhjlx";
|
||||||
buildDepends = [ tagged ];
|
buildDepends = [ tagged ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/reflection";
|
homepage = "http://github.com/ekmett/reflection";
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "safe";
|
pname = "safe";
|
||||||
version = "0.3.6";
|
version = "0.3.7";
|
||||||
sha256 = "03fjasjw8mh8c15xg8dncdn9g8scr427889vchcckilll40kvzvm";
|
sha256 = "0rw8mjarwl7rwc6fczq0zxlp1nlb6r1rk71whwziwi032hgc8561";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://community.haskell.org/~ndm/safe/";
|
homepage = "http://community.haskell.org/~ndm/safe/";
|
||||||
description = "Library of safe (exception free) functions";
|
description = "Library of safe (exception free) functions";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, deepseq, erf, HUnit, ieee754, mathFunctions
|
{ cabal, aeson, binary, deepseq, erf, HUnit, ieee754, mathFunctions
|
||||||
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
|
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
, vectorAlgorithms, vectorBinaryInstances
|
, vectorAlgorithms, vectorBinaryInstances
|
||||||
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.11.0.3";
|
version = "0.13.1.0";
|
||||||
sha256 = "184lzivqjjj69pxcnr5ibxjqikypfl5nd63i44qgwdhwyvcaqdh3";
|
sha256 = "0y46fna0kqs8bsqbf3v1k9ppq3njd5kxf1qlvvmphydpi3x038nd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary deepseq erf mathFunctions monadPar mwcRandom primitive
|
aeson binary deepseq erf mathFunctions monadPar mwcRandom primitive
|
||||||
vector vectorAlgorithms vectorBinaryInstances
|
vector vectorAlgorithms vectorBinaryInstances
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
|
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
|
||||||
, random, text, transformers, zlib
|
, random, stm, text, transformers, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "streaming-commons";
|
pname = "streaming-commons";
|
||||||
version = "0.1.3.1";
|
version = "0.1.4";
|
||||||
sha256 = "0ryj9pp681f1pqvcyy5ci2zng6ax93j5navm886k095wxmamhzmf";
|
sha256 = "0p18sha2xa583rn9jyhylcykgrvydrwnl47c2wxf1c1yswn45iz6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder network random text transformers zlib
|
blazeBuilder network random stm text transformers zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async blazeBuilder deepseq hspec network QuickCheck text zlib
|
async blazeBuilder deepseq hspec network QuickCheck text zlib
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unix-time";
|
pname = "unix-time";
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
sha256 = "1r7glbcr3108zrlpy2d09jyk1gv9k90d5saajipmb1f5l45rdhnj";
|
sha256 = "0bbzrm4hprqsljwscpfmnw3ipj809q7570alzn1qampijsbb4cds";
|
||||||
buildDepends = [ binary ];
|
buildDepends = [ binary ];
|
||||||
testDepends = [ doctest hspec QuickCheck time ];
|
testDepends = [ doctest hspec QuickCheck time ];
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
||||||
, directoryTree, exceptions, filepath, HTTP, liftedBase
|
, directoryTree, exceptions, filepath, httpClient, httpTypes
|
||||||
, monadControl, mtl, network, parallel, scientific, temporary, text
|
, liftedBase, monadControl, mtl, network, parallel, scientific
|
||||||
, time, transformers, transformersBase, unorderedContainers, vector
|
, temporary, text, time, transformers, transformersBase
|
||||||
, zipArchive
|
, unorderedContainers, vector, zipArchive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "webdriver";
|
pname = "webdriver";
|
||||||
version = "0.5.5";
|
version = "0.6.0.1";
|
||||||
sha256 = "1k656ghkaqlnp4a9dd99s3l2vm21zsqpqxwfg2lq5rx2yw402nga";
|
sha256 = "0qpk1i6qr12lcx25bdljwqxgdhf5qk67h04bp6vwmm16dwzsyqd1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
||||||
exceptions filepath HTTP liftedBase monadControl mtl network
|
exceptions filepath httpClient httpTypes liftedBase monadControl
|
||||||
scientific temporary text time transformers transformersBase
|
mtl network scientific temporary text time transformers
|
||||||
unorderedContainers vector zipArchive
|
transformersBase unorderedContainers vector zipArchive
|
||||||
];
|
];
|
||||||
testDepends = [ parallel text ];
|
testDepends = [ parallel text ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "word8";
|
pname = "word8";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
sha256 = "1729ip83wyw8w3v8mzmazaw5b9l81zg95hrkmfq3qjk5gz1s75s0";
|
sha256 = "1xpa0haacimrblxg3x3n5vdcnkg3ff5zqamppdarv0zvkcdj139r";
|
||||||
testDepends = [ hspec ];
|
testDepends = [ hspec ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Word8 library";
|
description = "Word8 library";
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.8.8.3";
|
version = "0.8.8.4";
|
||||||
sha256 = "031d1wx31mw9lw0swlcf1xfzdixaq6wmglhzaj9sixhid0r2isvf";
|
sha256 = "1mh5xv66cqvk0r5n6pwcm11m9489y40l69ca417yvymkksmncc7b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
23
pkgs/development/tools/documentation/haddock/2.14.3.nix
Normal file
23
pkgs/development/tools/documentation/haddock/2.14.3.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, Cabal, deepseq, filepath, ghcPaths, hspec, QuickCheck
|
||||||
|
, xhtml
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "haddock";
|
||||||
|
version = "2.14.3";
|
||||||
|
sha256 = "031ikrsbkpmmwgdkgdr8s19dfx5y6n39rmyljjdfqygas17gcm6l";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
|
||||||
|
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
|
||||||
|
doCheck = false;
|
||||||
|
meta = {
|
||||||
|
homepage = "http://www.haskell.org/haddock/";
|
||||||
|
description = "A documentation-generation tool for Haskell libraries";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
};
|
||||||
|
})
|
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaRe";
|
pname = "HaRe";
|
||||||
version = "0.7.2.4";
|
version = "0.7.2.5";
|
||||||
sha256 = "1ljyvs3mdgxzyvss071yvgnrnmhdyp9a10cmvij1d47li1wbj1j1";
|
sha256 = "09v0z1r03bzazgjf26fv54q1jpmv14zyl6w9083xcf2cs3yy6vfh";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "codex";
|
pname = "codex";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.2";
|
||||||
sha256 = "1s2sn2i0ah4wgyzz5vqkm65jkl3c38cwa2kp0az4xl3vb8y6x7la";
|
sha256 = "0dsc5dx5zcxf5wd2qf6gqzr8d613z1gkllmzzkbny3lxa512crsw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -141,7 +141,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
aeson_0_7_0_4 = callPackage ../development/libraries/haskell/aeson/0.7.0.4.nix { blazeBuilder = null; };
|
aeson_0_7_0_4 = callPackage ../development/libraries/haskell/aeson/0.7.0.4.nix { blazeBuilder = null; };
|
||||||
aeson_0_7_0_6 = callPackage ../development/libraries/haskell/aeson/0.7.0.6.nix { blazeBuilder = null; };
|
aeson_0_7_0_6 = callPackage ../development/libraries/haskell/aeson/0.7.0.6.nix { blazeBuilder = null; };
|
||||||
aeson = self.aeson_0_7_0_6;
|
aeson_0_8_0_0 = callPackage ../development/libraries/haskell/aeson/0.8.0.0.nix { blazeBuilder = null; };
|
||||||
|
aeson = self.aeson_0_7_0_6; # 0.8.0.0 breaks too many packages at the moment
|
||||||
|
|
||||||
aesonPretty = callPackage ../development/libraries/haskell/aeson-pretty {};
|
aesonPretty = callPackage ../development/libraries/haskell/aeson-pretty {};
|
||||||
|
|
||||||
@ -1727,7 +1728,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
parsers_0_10_3 = callPackage ../development/libraries/haskell/parsers/0.10.3.nix {};
|
parsers_0_10_3 = callPackage ../development/libraries/haskell/parsers/0.10.3.nix {};
|
||||||
parsers_0_11_0_3 = callPackage ../development/libraries/haskell/parsers/0.11.0.3.nix {};
|
parsers_0_11_0_3 = callPackage ../development/libraries/haskell/parsers/0.11.0.3.nix {};
|
||||||
parsers = self.parsers_0_11_0_3;
|
parsers_0_12 = callPackage ../development/libraries/haskell/parsers/0.12.nix {};
|
||||||
|
parsers = self.parsers_0_11_0_3; # the new version breaks trifecta
|
||||||
|
|
||||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||||
|
|
||||||
@ -1876,8 +1878,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
QuickCheck_2_4_2 = callPackage ../development/libraries/haskell/QuickCheck/2.4.2.nix {};
|
QuickCheck_2_4_2 = callPackage ../development/libraries/haskell/QuickCheck/2.4.2.nix {};
|
||||||
QuickCheck_2_5_1_1 = callPackage ../development/libraries/haskell/QuickCheck/2.5.1.1.nix {};
|
QuickCheck_2_5_1_1 = callPackage ../development/libraries/haskell/QuickCheck/2.5.1.1.nix {};
|
||||||
QuickCheck_2_6 = callPackage ../development/libraries/haskell/QuickCheck/2.6.nix {};
|
QuickCheck_2_6 = callPackage ../development/libraries/haskell/QuickCheck/2.6.nix {};
|
||||||
QuickCheck_2_7_5 = callPackage ../development/libraries/haskell/QuickCheck/2.7.5.nix {};
|
QuickCheck_2_7_6 = callPackage ../development/libraries/haskell/QuickCheck/2.7.6.nix {};
|
||||||
QuickCheck = self.QuickCheck_2_7_5;
|
QuickCheck = self.QuickCheck_2_7_6;
|
||||||
|
|
||||||
quickcheckAssertions = callPackage ../development/libraries/haskell/quickcheck-assertions {};
|
quickcheckAssertions = callPackage ../development/libraries/haskell/quickcheck-assertions {};
|
||||||
|
|
||||||
@ -2760,7 +2762,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
haddock_2_12_0 = callPackage ../development/tools/documentation/haddock/2.12.0.nix {};
|
haddock_2_12_0 = callPackage ../development/tools/documentation/haddock/2.12.0.nix {};
|
||||||
haddock_2_13_2 = callPackage ../development/tools/documentation/haddock/2.13.2.nix {};
|
haddock_2_13_2 = callPackage ../development/tools/documentation/haddock/2.13.2.nix {};
|
||||||
haddock_2_14_2 = callPackage ../development/tools/documentation/haddock/2.14.2.nix {};
|
haddock_2_14_2 = callPackage ../development/tools/documentation/haddock/2.14.2.nix {};
|
||||||
haddock = self.haddock_2_14_2;
|
haddock_2_14_3 = callPackage ../development/tools/documentation/haddock/2.14.3.nix {};
|
||||||
|
haddock = self.haddock_2_14_3;
|
||||||
|
|
||||||
HandsomeSoup = callPackage ../development/libraries/haskell/HandsomeSoup {};
|
HandsomeSoup = callPackage ../development/libraries/haskell/HandsomeSoup {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user