From c05892ccd3a7e524ef78c58f85afab697ffe2b9a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Feb 2015 11:23:01 +0100 Subject: [PATCH] hackage-packages.nix: re-generate from Hackage 2015-02-03T11:24:18+0100 --- .../haskell-modules/hackage-packages.nix | 125 +++++++++++------- 1 file changed, 75 insertions(+), 50 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c59e2fe79e8..e814c214efb 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9741,15 +9741,15 @@ self: { }) {}; "MoeDict" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring, text + ({ mkDerivation, aeson, base, bytestring, containers, text , unordered-containers }: mkDerivation { pname = "MoeDict"; - version = "0.0.1"; - sha256 = "0nn4356n1bdq3k79psssrib0z97asaazzp37qwv28afdwf05b0ky"; + version = "0.0.2"; + sha256 = "06dhk0n1v1axj0qbx29n2g9p0nw24ix5ij2vq5nfs7jbrb9m7r0n"; buildDepends = [ - aeson base base16-bytestring bytestring text unordered-containers + aeson base bytestring containers text unordered-containers ]; homepage = "https://github.com/audreyt/MoeDict.hs"; description = "Utilities working with MoeDict.tw JSON dataset"; @@ -35260,12 +35260,14 @@ self: { }) {}; "data-filepath" = callPackage - ({ mkDerivation, base, ghc-prim, split, template-haskell }: + ({ mkDerivation, base, ghc-prim, semigroups, split + , template-haskell + }: mkDerivation { pname = "data-filepath"; - version = "2.1.0.1"; - sha256 = "01sgv19mr7gl80jk6bd01b8l3qcq6ghpvhdbja06x7vw57b4y9dg"; - buildDepends = [ base ghc-prim split template-haskell ]; + version = "2.1.1.0"; + sha256 = "00x8z4pyqbwpdbsvkzdrdvbgqm01rjqklp7j7hig0s9dv6dfr9fr"; + buildDepends = [ base ghc-prim semigroups split template-haskell ]; homepage = "https://github.com/maxpow4h/data-filepath"; description = "A type safe file path data structure"; license = stdenv.lib.licenses.bsd3; @@ -36578,8 +36580,8 @@ self: { }: mkDerivation { pname = "debian-build"; - version = "0.6.0.0"; - sha256 = "0z9b84migkc61kf7jd8ar1z7yr4rzsvwsrzpl18jqbnz3zpivrcr"; + version = "0.7.0.0"; + sha256 = "19w6gylbhhg3cv424l3migdj23y7rhl9h9z2kbsv98pd43wn9128"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -36702,21 +36704,21 @@ self: { }) {}; "deepseq-bounded" = callPackage - ({ mkDerivation, array, base, deepseq, deepseq-generics + ({ mkDerivation, array, base, cpphs, deepseq, deepseq-generics , generics-sop, ghc-prim, HUnit, mtl, parallel, random, syb , template-haskell }: mkDerivation { pname = "deepseq-bounded"; - version = "0.7.0.1"; - sha256 = "0ag8a4z4557j6gg15bh1ml7yqp77bvw2rgw0yppl04xr8gzif3dx"; + version = "0.7.0.2"; + sha256 = "0m680blmw7hq40y0vlbm8q0dbhy8fw031brikqr6ckibcdmk9xaj"; buildDepends = [ - array base deepseq deepseq-generics generics-sop mtl parallel + array base cpphs deepseq deepseq-generics generics-sop mtl parallel random syb ]; testDepends = [ - base deepseq deepseq-generics generics-sop ghc-prim HUnit parallel - random syb template-haskell + base cpphs deepseq deepseq-generics generics-sop ghc-prim HUnit + parallel random syb template-haskell ]; homepage = "http://fremissant.net/deepseq-bounded"; description = "Bounded deepseq, including support for generic deriving"; @@ -37825,8 +37827,8 @@ self: { ({ mkDerivation, attoparsec, base, hspec, text }: mkDerivation { pname = "diff-parse"; - version = "0.1.2"; - sha256 = "1pcddda822n5zsjzs4ld4prjj04v4cgpk3hvjn7ivmdnb06g85il"; + version = "0.2.0"; + sha256 = "1qy7gljqmgf3lk2s5abxna2bj9sar8niyr0vs4r4afn200ciqby2"; buildDepends = [ attoparsec base text ]; testDepends = [ attoparsec base hspec text ]; jailbreak = true; @@ -65901,8 +65903,8 @@ self: { }: mkDerivation { pname = "http-conduit-downloader"; - version = "1.0.23"; - sha256 = "0x5yq66b1wp2id39355sajsxplm3wqz3171z3yfp4sjb3iym835x"; + version = "1.0.24"; + sha256 = "1b8lg2vlh0idz2m979mxh0197wkksxwm7a0hzf2d5yjj88zzjdrr"; buildDepends = [ base bytestring conduit connection data-default HsOpenSSL http-client http-conduit http-types lifted-base mtl network @@ -73135,8 +73137,8 @@ self: { }: mkDerivation { pname = "language-fortran"; - version = "0.2.7"; - sha256 = "0bj60vilvb13kw59nblhmi82kf103dxn3c94wz4hq2sdqyiwxrmx"; + version = "0.3"; + sha256 = "0csp0nmiwb2kflahhnnjxa7gmam3k9c4ivvh2wg919x85yp7v40z"; buildDepends = [ array base haskell-src parsec syb ]; buildTools = [ alex happy ]; description = "Fortran lexer and parser, language support, and extensions"; @@ -73852,16 +73854,14 @@ self: { }: mkDerivation { pname = "leaky"; - version = "0.3.0.2"; - sha256 = "12d6v28pymlmffrqjxx6lwdg6amm6r5cfgjvji1jij9aabrhpki6"; - editedCabalFile = "a5f925775fbf37a26bce835a58f9ccc1ded80c8cca0cfada7e9c685a2a6851af"; + version = "0.3.0.3"; + sha256 = "13bl37hbhxnmj6r19x97irfxxr9cwj5rl5dksck772vzndi94nr5"; isLibrary = false; isExecutable = true; buildDepends = [ - base deepseq-bounded deepseq-generics generics-sop random seqaid - template-haskell + base cpphs deepseq-bounded deepseq-generics generics-sop random + seqaid template-haskell ]; - buildTools = [ cpphs ]; homepage = "http://fremissant.net/leaky"; description = "Robust space leak, and its strictification"; license = stdenv.lib.licenses.bsd3; @@ -79598,6 +79598,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "mikmod" = callPackage + ({ mkDerivation, base, bytestring }: + mkDerivation { + pname = "mikmod"; + version = "0.1.2.1"; + sha256 = "115yn8rh3rp4qdgzqsagvnvhyf4ss9fa6aqdpj347r4f6kfff6rw"; + buildDepends = [ base bytestring ]; + homepage = "https://github.com/evanrinehart/mikmod"; + description = "MikMod bindings"; + license = "LGPL"; + }) {}; + "miku" = callPackage ({ mkDerivation, air, air-th, base, bytestring, containers , data-default, hack2, hack2-contrib, mtl @@ -82860,19 +82872,19 @@ self: { }) {}; "mysql" = callPackage - ({ mkDerivation, base, bytestring, containers, mysqlConfig, zlib }: + ({ mkDerivation, base, bytestring, containers, mysql, zlib }: mkDerivation { pname = "mysql"; version = "0.1.1.7"; sha256 = "0hl8z8ynadvvhn4garjrax2b59iqddj884mv3s6804lcjjyc49d0"; buildDepends = [ base bytestring containers ]; - buildTools = [ mysqlConfig ]; + buildTools = [ mysql ]; extraLibraries = [ zlib ]; homepage = "https://github.com/bos/mysql"; description = "A low-level MySQL client library"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; - }) { mysqlConfig = null; inherit (pkgs) zlib;}; + }) { inherit (pkgs) mysql; inherit (pkgs) zlib;}; "mysql-effect" = callPackage ({ mkDerivation, base, bytestring, extensible-effects, mysql @@ -85737,8 +85749,8 @@ self: { }: mkDerivation { pname = "olwrapper"; - version = "0.3.8"; - sha256 = "1zwzcisi6i5a1rmhzck1rpl9rbsqwij7c1lyplhdknjy0vpw9myk"; + version = "0.4.1"; + sha256 = "0cnkanaxsrsshk2y37sbvyyzc40k61r57zb0c3jarz583h3yzlai"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -89053,8 +89065,8 @@ self: { }: mkDerivation { pname = "pgdl"; - version = "6.7"; - sha256 = "0ccyvg785n2cmkwcp3yvh38mlf84hkix0fx6kcam6fh82p1lrbbj"; + version = "6.9"; + sha256 = "1m23kbxzygly1xm29cs310ad257iwql2ysg41lxbfnvmmbij43jb"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -92593,6 +92605,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "proteaaudio" = callPackage + ({ mkDerivation, alsaLib, base, c2hs }: + mkDerivation { + pname = "proteaaudio"; + version = "0.6.2"; + sha256 = "10ayg0pr7vjffk8l114gwf098kpmamirk6cknw1xhpnr7hwr1mln"; + buildDepends = [ base ]; + buildTools = [ c2hs ]; + extraLibraries = [ alsaLib ]; + description = "A wrapper for the proteaaudio library"; + license = stdenv.lib.licenses.bsd3; + }) { inherit (pkgs) alsaLib;}; + "protobuf" = callPackage ({ mkDerivation, base, bytestring, cereal, containers , data-binary-ieee754, deepseq, hex, HUnit, mtl, QuickCheck, tagged @@ -100602,21 +100627,21 @@ self: { }) {}; "seqaid" = callPackage - ({ mkDerivation, array, base, Cabal, containers, deepseq-bounded - , directory, exceptions, filepath, ghc, ghc-paths, mtl, process - , regex-base, regex-pcre, syb, template-haskell, temporary - , transformers + ({ mkDerivation, array, base, Cabal, containers, cpphs + , deepseq-bounded, directory, exceptions, filepath, ghc, ghc-paths + , mtl, process, regex-base, regex-pcre, syb, template-haskell + , temporary, transformers }: mkDerivation { pname = "seqaid"; - version = "0.3.0.0"; - sha256 = "046932vdgm2mpbzijdnz561lsk6k2rq6qb5mk3pyx23g97whkx6w"; + version = "0.3.0.1"; + sha256 = "0kb9zjw0d0czryq26s0r8cbjhvf93czgb5c3ljm3dnr7nr8biqgk"; isLibrary = true; isExecutable = true; buildDepends = [ - array base Cabal containers deepseq-bounded directory exceptions - filepath ghc ghc-paths mtl process regex-base regex-pcre syb - template-haskell temporary transformers + array base Cabal containers cpphs deepseq-bounded directory + exceptions filepath ghc ghc-paths mtl process regex-base regex-pcre + syb template-haskell temporary transformers ]; jailbreak = true; homepage = "http://fremissant.net/seqaid"; @@ -112219,8 +112244,8 @@ self: { }: mkDerivation { pname = "tidal"; - version = "0.4.26"; - sha256 = "1biri4b2phc7qj12a9lzwp8k5bjx3f88a831b64a2kkcg4xdpyz0"; + version = "0.4.28"; + sha256 = "0kszylm9dsyqp9g9fxg6dpkgzazhjkz3s23v1q11sy6vgmv0abcq"; buildDepends = [ base binary bytestring colour containers hashable hmt hosc mersenne-random-pure64 mtl parsec process text time transformers @@ -114116,8 +114141,8 @@ self: { }: mkDerivation { pname = "turtle"; - version = "1.0.0"; - sha256 = "1swgf909akj9nsszmn38xljl5d6bmi3iiy7b28rbk0sh7bwi8f4z"; + version = "1.0.1"; + sha256 = "15y2shxmvhhy5cpnbkqj91b4x3hpbdr1vdkw41b4q6px49f67r1x"; buildDepends = [ async base clock directory foldl managed process system-fileio system-filepath temporary text time transformers unix @@ -119998,8 +120023,8 @@ self: { }: mkDerivation { pname = "web-routing"; - version = "0.4.0"; - sha256 = "1mj0i2idmg67aw343g88k2pc126c89pfwk1jgjsv6fds0g50jrsw"; + version = "0.4.1"; + sha256 = "0y16hb764cawrs3cir7wr1bvshc2ywn6nag38b3wlg5k9w8hq0gs"; buildDepends = [ base bytestring primitive text unordered-containers ];