hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-files/commit/5d8c308f9f1b9cd67d32bdd83903d65ce6a41d00 with hackage2nix revision v20150807-15-ge2a125b

+46 -48
+46 -48
pkgs/development/haskell-modules/hackage-packages.nix
··· 15448 ({ mkDerivation, base }: 15449 mkDerivation { 15450 pname = "TypeNat"; 15451 - version = "0.2.1.0"; 15452 - sha256 = "01dsw64zzwbkvm7q4jwyidjvxbkx6fvx8hhn70d2bpdxxammnxry"; 15453 libraryHaskellDepends = [ base ]; 15454 jailbreak = true; 15455 homepage = "https://github.com/avieth/TypeNat"; ··· 29334 }: 29335 mkDerivation { 29336 pname = "cabal-bounds"; 29337 - version = "0.9.4"; 29338 - sha256 = "1l1nqf8878kmmdc5ssrpn52cszn9w0ym70pjjbaprpa1c7mdbziy"; 29339 isLibrary = true; 29340 isExecutable = true; 29341 libraryHaskellDepends = [ ··· 29420 }: 29421 mkDerivation { 29422 pname = "cabal-debian"; 29423 - version = "4.30"; 29424 - sha256 = "07wv05fi9sgh8v9239c4rvwrxrmwk7awmk5hpcnpyx8yj8z9z7q5"; 29425 isLibrary = true; 29426 isExecutable = true; 29427 libraryHaskellDepends = [ ··· 42863 }: 42864 mkDerivation { 42865 pname = "diagrams-hsqml"; 42866 - version = "0.1.0.0"; 42867 - sha256 = "1j1n9bamb1fyfgbmiyqssyzh93fahmg48yb7z3z18rrxmn04rnax"; 42868 libraryHaskellDepends = [ 42869 base colour containers diagrams-core diagrams-lib hsqml lens text 42870 transformers ··· 55649 }) {}; 55650 55651 "ghcjs-dom" = callPackage 55652 - ({ mkDerivation, base, glib, gtk, mtl, text, transformers, webkit 55653 - }: 55654 mkDerivation { 55655 pname = "ghcjs-dom"; 55656 version = "0.1.1.3"; 55657 sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly"; 55658 - libraryHaskellDepends = [ 55659 - base glib gtk mtl text transformers webkit 55660 - ]; 55661 description = "DOM library that supports both GHCJS and WebKitGTK"; 55662 license = stdenv.lib.licenses.mit; 55663 - }) {}; 55664 55665 "ghcjs-dom-hello" = callPackage 55666 ({ mkDerivation, base, ghcjs-dom, mtl }: ··· 81008 }) {}; 81009 81010 "jsaddle" = callPackage 81011 - ({ mkDerivation, base, glib, gtk3, hslogger, lens, template-haskell 81012 - , text, transformers, webkitgtk3, webkitgtk3-javascriptcore 81013 }: 81014 mkDerivation { 81015 pname = "jsaddle"; 81016 version = "0.2.0.6"; 81017 sha256 = "1ggnhv9lgsd330p1k6zvg20dbqb1ysh282nalxramqvn2yhmqsx4"; 81018 libraryHaskellDepends = [ 81019 - base lens template-haskell text transformers webkitgtk3 81020 - webkitgtk3-javascriptcore 81021 ]; 81022 testHaskellDepends = [ 81023 - base glib gtk3 hslogger lens template-haskell text transformers 81024 - webkitgtk3 webkitgtk3-javascriptcore 81025 ]; 81026 description = "High level interface for webkit-javascriptcore"; 81027 license = stdenv.lib.licenses.mit; 81028 }) {}; ··· 81286 }: 81287 mkDerivation { 81288 pname = "json-rpc"; 81289 - version = "0.6.1.0"; 81290 - sha256 = "1vm6x08xqsw7sd3s0cq8i4hxagyxxc5jwypc80nv2rcdnyyhdmf7"; 81291 libraryHaskellDepends = [ 81292 aeson attoparsec base bytestring conduit conduit-extra deepseq 81293 hashable lifted-async monad-control monad-logger mtl QuickCheck stm ··· 92402 "moesocks" = callPackage 92403 ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring 92404 , containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network 92405 - , optparse-applicative, random, safe, stm, text, transformers, unix 92406 - , unordered-containers 92407 }: 92408 mkDerivation { 92409 pname = "moesocks"; 92410 - version = "0.1.0.11"; 92411 - sha256 = "1qmgsps9c6hcpb1y1z6jb0bjl51apll8s1vg6arz8kma98dkd79d"; 92412 isLibrary = false; 92413 isExecutable = true; 92414 executableHaskellDepends = [ 92415 aeson async attoparsec base binary bytestring containers cryptohash 92416 hslogger HsOpenSSL lens mtl network optparse-applicative random 92417 - safe stm text transformers unix unordered-containers 92418 ]; 92419 homepage = "https://github.com/nfjinjing/moesocks"; 92420 description = "A functional firewall killer"; ··· 94328 94329 "mtl-unleashed" = callPackage 94330 ({ mkDerivation, base, contravariant, hspec, hspec-core, lens, mtl 94331 - , profunctors 94332 }: 94333 mkDerivation { 94334 pname = "mtl-unleashed"; 94335 - version = "0.3"; 94336 - sha256 = "1rirgbs4b7q7yjnvdw1j2y6nmym47adm8lcl0xysxi2hhhvs8r9c"; 94337 libraryHaskellDepends = [ 94338 - base contravariant lens mtl profunctors 94339 ]; 94340 testHaskellDepends = [ 94341 base contravariant hspec hspec-core lens mtl profunctors ··· 107864 ({ mkDerivation, base, filepath, hspec, template-haskell }: 107865 mkDerivation { 107866 pname = "publicsuffix"; 107867 - version = "0.20150804"; 107868 - sha256 = "06b311vdwihqhdwf2zr0akndgyaxycli7lymzzyfbn0rhhx1g2kn"; 107869 libraryHaskellDepends = [ base filepath template-haskell ]; 107870 testHaskellDepends = [ base hspec ]; 107871 homepage = "https://github.com/wereHamster/publicsuffix-haskell/"; ··· 112359 ({ mkDerivation, base, hmatrix, repa, vector }: 112360 mkDerivation { 112361 pname = "repa-linear-algebra"; 112362 - version = "0.0.0.0"; 112363 - sha256 = "1y16rmdygxay46xbm617g944aazml48izzmkx46avvqvjyql96w1"; 112364 libraryHaskellDepends = [ base hmatrix repa vector ]; 112365 homepage = "https://github.com/marcinmrotek/repa-linear-algebra"; 112366 description = "HMatrix operations for Repa"; ··· 133960 ({ mkDerivation, base, singletons }: 133961 mkDerivation { 133962 pname = "type-list"; 133963 - version = "0.1.0.0"; 133964 - sha256 = "0y5qa882rcrlq13mfsp8yzbn6fqsc2clii2qjhk1nmg8ivqf026v"; 133965 libraryHaskellDepends = [ base singletons ]; 133966 description = "Operations on type-level lists and tuples"; 133967 license = stdenv.lib.licenses.bsd3; ··· 140102 140103 "webkit" = callPackage 140104 ({ mkDerivation, base, bytestring, cairo, glib, gtk 140105 - , gtk2hs-buildtools, mtl, pango, text, webkit 140106 }: 140107 mkDerivation { 140108 pname = "webkit"; 140109 - version = "0.13.1.3"; 140110 - sha256 = "00h9465xl6rfnd72cmn68z3mpany63dxl6fm2gqjbdzbrssj7306"; 140111 libraryHaskellDepends = [ 140112 - base bytestring cairo glib gtk mtl pango text 140113 ]; 140114 libraryPkgconfigDepends = [ webkit ]; 140115 libraryToolDepends = [ gtk2hs-buildtools ]; ··· 140126 sha256 = "1gj40kdll7pd84graxcrc327za6kgp453zh48srmzvrk9yvnj67x"; 140127 libraryHaskellDepends = [ base glib gtk webkit ]; 140128 libraryToolDepends = [ gtk2hs-buildtools ]; 140129 description = "JavaScriptCore FFI from webkitgtk"; 140130 license = stdenv.lib.licenses.bsd3; 140131 hydraPlatforms = stdenv.lib.platforms.none; ··· 140133 140134 "webkitgtk3" = callPackage 140135 ({ mkDerivation, base, bytestring, cairo, glib, gtk2hs-buildtools 140136 - , gtk3, mtl, pango, text, webkit 140137 }: 140138 mkDerivation { 140139 pname = "webkitgtk3"; 140140 - version = "0.13.1.3"; 140141 - sha256 = "0gfznb6n46576im72m6k9wrwc2n9f48nk4dsaz2llvzlzlzx4zfk"; 140142 libraryHaskellDepends = [ 140143 - base bytestring cairo glib gtk3 mtl pango text 140144 ]; 140145 libraryPkgconfigDepends = [ webkit ]; 140146 libraryToolDepends = [ gtk2hs-buildtools ]; 140147 - jailbreak = true; 140148 homepage = "http://projects.haskell.org/gtk2hs/"; 140149 description = "Binding to the Webkit library"; 140150 license = stdenv.lib.licenses.lgpl21; ··· 141674 }: 141675 mkDerivation { 141676 pname = "xcffib"; 141677 - version = "0.3.4"; 141678 - sha256 = "03z31c5gnybpfvh3idqimnz90pzbijhrqa8hlikryab148gp1gzn"; 141679 isLibrary = true; 141680 isExecutable = true; 141681 libraryHaskellDepends = [
··· 15448 ({ mkDerivation, base }: 15449 mkDerivation { 15450 pname = "TypeNat"; 15451 + version = "0.4.0.0"; 15452 + sha256 = "0v6xd98nwl7zg5q5xmlrgzsb3219vcwj8rfacdyzdb9xpq5l9dnv"; 15453 libraryHaskellDepends = [ base ]; 15454 jailbreak = true; 15455 homepage = "https://github.com/avieth/TypeNat"; ··· 29334 }: 29335 mkDerivation { 29336 pname = "cabal-bounds"; 29337 + version = "0.9.5"; 29338 + sha256 = "0l4s0j75ianggpl3hbqrr3zp7v9jjgd5646ydqbcg040win20lzh"; 29339 isLibrary = true; 29340 isExecutable = true; 29341 libraryHaskellDepends = [ ··· 29420 }: 29421 mkDerivation { 29422 pname = "cabal-debian"; 29423 + version = "4.30.2"; 29424 + sha256 = "1vafxq1h2nispc7jdckxy2c746ikh60cscg9rrrbvs01wvjam9xw"; 29425 isLibrary = true; 29426 isExecutable = true; 29427 libraryHaskellDepends = [ ··· 42863 }: 42864 mkDerivation { 42865 pname = "diagrams-hsqml"; 42866 + version = "0.2.0.0"; 42867 + sha256 = "0f84919h7k93nnzgr2k9jp08qsgs2dgzihavmz2g9q1c6d53q6v0"; 42868 libraryHaskellDepends = [ 42869 base colour containers diagrams-core diagrams-lib hsqml lens text 42870 transformers ··· 55649 }) {}; 55650 55651 "ghcjs-dom" = callPackage 55652 + ({ mkDerivation, base, ghcjs-base, mtl, text }: 55653 mkDerivation { 55654 pname = "ghcjs-dom"; 55655 version = "0.1.1.3"; 55656 sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly"; 55657 + libraryHaskellDepends = [ base ghcjs-base mtl text ]; 55658 + jailbreak = true; 55659 description = "DOM library that supports both GHCJS and WebKitGTK"; 55660 license = stdenv.lib.licenses.mit; 55661 + broken = true; 55662 + }) { ghcjs-base = null;}; 55663 55664 "ghcjs-dom-hello" = callPackage 55665 ({ mkDerivation, base, ghcjs-dom, mtl }: ··· 81007 }) {}; 81008 81009 "jsaddle" = callPackage 81010 + ({ mkDerivation, base, hslogger, lens, template-haskell, text 81011 + , transformers 81012 }: 81013 mkDerivation { 81014 pname = "jsaddle"; 81015 version = "0.2.0.6"; 81016 sha256 = "1ggnhv9lgsd330p1k6zvg20dbqb1ysh282nalxramqvn2yhmqsx4"; 81017 libraryHaskellDepends = [ 81018 + base lens template-haskell text transformers 81019 ]; 81020 testHaskellDepends = [ 81021 + base hslogger lens template-haskell text transformers 81022 ]; 81023 + jailbreak = true; 81024 description = "High level interface for webkit-javascriptcore"; 81025 license = stdenv.lib.licenses.mit; 81026 }) {}; ··· 81284 }: 81285 mkDerivation { 81286 pname = "json-rpc"; 81287 + version = "0.6.2.0"; 81288 + sha256 = "1d9w18x9l0iyq5br1xgjaxkclcmrw56nlkifqkcv9fgsividhyw3"; 81289 libraryHaskellDepends = [ 81290 aeson attoparsec base bytestring conduit conduit-extra deepseq 81291 hashable lifted-async monad-control monad-logger mtl QuickCheck stm ··· 92400 "moesocks" = callPackage 92401 ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring 92402 , containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network 92403 + , optparse-applicative, random, safe, stm, text, time, transformers 92404 + , unix, unordered-containers 92405 }: 92406 mkDerivation { 92407 pname = "moesocks"; 92408 + version = "0.1.0.12"; 92409 + sha256 = "1f31qd4lgc2li9q7cf7zx700v23sln9wxfd7yaw0d2q0qmqj2zvi"; 92410 isLibrary = false; 92411 isExecutable = true; 92412 executableHaskellDepends = [ 92413 aeson async attoparsec base binary bytestring containers cryptohash 92414 hslogger HsOpenSSL lens mtl network optparse-applicative random 92415 + safe stm text time transformers unix unordered-containers 92416 ]; 92417 homepage = "https://github.com/nfjinjing/moesocks"; 92418 description = "A functional firewall killer"; ··· 94326 94327 "mtl-unleashed" = callPackage 94328 ({ mkDerivation, base, contravariant, hspec, hspec-core, lens, mtl 94329 + , profunctors, tagged 94330 }: 94331 mkDerivation { 94332 pname = "mtl-unleashed"; 94333 + version = "0.3.1"; 94334 + sha256 = "04kbm0lxfwv34991384blz8a4qjwl32jv0d3x6rvgpjlidphfi2l"; 94335 libraryHaskellDepends = [ 94336 + base contravariant lens mtl profunctors tagged 94337 ]; 94338 testHaskellDepends = [ 94339 base contravariant hspec hspec-core lens mtl profunctors ··· 107862 ({ mkDerivation, base, filepath, hspec, template-haskell }: 107863 mkDerivation { 107864 pname = "publicsuffix"; 107865 + version = "0.20150808"; 107866 + sha256 = "1dcmi45vz9m4asf7i8bw6qigdcd2f7f48dmm2bq4w4dsjrp247dk"; 107867 libraryHaskellDepends = [ base filepath template-haskell ]; 107868 testHaskellDepends = [ base hspec ]; 107869 homepage = "https://github.com/wereHamster/publicsuffix-haskell/"; ··· 112357 ({ mkDerivation, base, hmatrix, repa, vector }: 112358 mkDerivation { 112359 pname = "repa-linear-algebra"; 112360 + version = "0.1.0.0"; 112361 + sha256 = "06lvp3sj6w4kvw6qhn5wcy2c2v7w15jaicw1pm14ssxhs4xl866g"; 112362 libraryHaskellDepends = [ base hmatrix repa vector ]; 112363 homepage = "https://github.com/marcinmrotek/repa-linear-algebra"; 112364 description = "HMatrix operations for Repa"; ··· 133958 ({ mkDerivation, base, singletons }: 133959 mkDerivation { 133960 pname = "type-list"; 133961 + version = "0.2.0.0"; 133962 + sha256 = "19akcmjn1jgcxfsyw49pfydil47vh5zp99rb8qsyhmlv7x9czc03"; 133963 libraryHaskellDepends = [ base singletons ]; 133964 description = "Operations on type-level lists and tuples"; 133965 license = stdenv.lib.licenses.bsd3; ··· 140100 140101 "webkit" = callPackage 140102 ({ mkDerivation, base, bytestring, cairo, glib, gtk 140103 + , gtk2hs-buildtools, mtl, pango, text, transformers, webkit 140104 }: 140105 mkDerivation { 140106 pname = "webkit"; 140107 + version = "0.14.1.0"; 140108 + sha256 = "1mmlsdnq9pws3jhk0gzqdhy8b7zwm80g2cmygahqagvyh7jvb7r4"; 140109 libraryHaskellDepends = [ 140110 + base bytestring cairo glib gtk mtl pango text transformers 140111 ]; 140112 libraryPkgconfigDepends = [ webkit ]; 140113 libraryToolDepends = [ gtk2hs-buildtools ]; ··· 140124 sha256 = "1gj40kdll7pd84graxcrc327za6kgp453zh48srmzvrk9yvnj67x"; 140125 libraryHaskellDepends = [ base glib gtk webkit ]; 140126 libraryToolDepends = [ gtk2hs-buildtools ]; 140127 + jailbreak = true; 140128 description = "JavaScriptCore FFI from webkitgtk"; 140129 license = stdenv.lib.licenses.bsd3; 140130 hydraPlatforms = stdenv.lib.platforms.none; ··· 140132 140133 "webkitgtk3" = callPackage 140134 ({ mkDerivation, base, bytestring, cairo, glib, gtk2hs-buildtools 140135 + , gtk3, mtl, pango, text, transformers, webkit 140136 }: 140137 mkDerivation { 140138 pname = "webkitgtk3"; 140139 + version = "0.14.1.0"; 140140 + sha256 = "16dypc71xh223746cgwa143vqyxymx6dqxk01j3ixpx7ybzr7lnm"; 140141 libraryHaskellDepends = [ 140142 + base bytestring cairo glib gtk3 mtl pango text transformers 140143 ]; 140144 libraryPkgconfigDepends = [ webkit ]; 140145 libraryToolDepends = [ gtk2hs-buildtools ]; 140146 homepage = "http://projects.haskell.org/gtk2hs/"; 140147 description = "Binding to the Webkit library"; 140148 license = stdenv.lib.licenses.lgpl21; ··· 141672 }: 141673 mkDerivation { 141674 pname = "xcffib"; 141675 + version = "0.3.5"; 141676 + sha256 = "0ri50cbsh8a67q3frsz6214b73ahmga348my5x5bp6w7likiqnly"; 141677 isLibrary = true; 141678 isExecutable = true; 141679 libraryHaskellDepends = [