summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2015-01-14 12:32:28 +0000
committerOliver Charles <ollie@ocharles.org.uk>2015-01-14 12:32:35 +0000
commit06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2 (patch)
tree139721191d4f123ae60e9545f9946942a712ddfe /pkgs
parentdf7923fa822d472ca0315f586e9e332e3a676551 (diff)
downloadnixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar.gz
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar.bz2
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar.lz
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar.xz
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.tar.zst
nixlib-06cfa238dfa6e8c3571d1fbd1d7b6049d8bacda2.zip
hackage-packages.nix: re-generate from Hackage 2015-01-14T12:32:30+00:00
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix40
1 files changed, 23 insertions, 17 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 901a9af807a2..fdcc32bf3b00 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -3633,6 +3633,7 @@ self: {
        pname = "EitherT";
        version = "0.2.0";
        sha256 = "1vry479zdq1fw7bd4d373c7wf2gg0aibkyb03710w7z2x86chssw";
+       editedCabalFile = "a1c6f78c9a4379af0738a6d4dee5d1781099c5c56acb0b39c45ad23b256e8c6e";
        buildDepends = [
          base monad-control transformers transformers-base
        ];
@@ -7111,8 +7112,8 @@ self: {
      }:
      mkDerivation {
        pname = "HaskellNet";
-       version = "0.4";
-       sha256 = "152ayk35czl8fi2mar1g6c5mi3pikvnpcy967prg97a9vy0ld1yp";
+       version = "0.4.1";
+       sha256 = "1zm7h76vzn3amgz3c862a4531dvmw0f4rvdw3l2gafrlnwpmvay9";
        buildDepends = [
          array base base64-string bytestring cryptohash mime-mail mtl
          network old-time pretty text
@@ -8766,6 +8767,7 @@ self: {
        pname = "ListLike";
        version = "4.1.1";
        sha256 = "00xap58zfcwndjnmciff8d65pgb7j08pa9gmpk4cqi50vmphaf5i";
+       editedCabalFile = "390eff2095f519c59ac828108509047f29313ca894bc3355e6d79e943a035b50";
        buildDepends = [
          array base bytestring containers dlist fmlist text vector
        ];
@@ -23857,6 +23859,7 @@ self: {
        pname = "boxes";
        version = "0.1.3";
        sha256 = "1sia3j0x7m68j6j9n7bi1l1yg56ivpkxd95l19xl5vpkg03qizkq";
+       editedCabalFile = "3d70cb4fcd2725246b104cff33d5d79fac5da97b688ab4b440e75f8970bf0484";
        buildDepends = [ base split ];
        description = "2D text pretty-printing library";
        license = stdenv.lib.licenses.bsd3;
@@ -24480,6 +24483,7 @@ self: {
        pname = "bytestring-class";
        version = "0.0.0.1";
        sha256 = "1z65br00rplhniaw9fg3phpxwf13acgycn5hnhyjfcyr962xp03x";
+       editedCabalFile = "e3aa2813d237dcd0a12bfd27293d8bf592cdf13bfdc01a4b609f34df238d0417";
        buildDepends = [ base bytestring utf8-string ];
        description = "Classes for automatic conversion to and from strict and lazy bytestrings. (deprecated)";
        license = stdenv.lib.licenses.bsd3;
@@ -28941,21 +28945,21 @@ self: {
      }) {};
 
   "codex" = callPackage
-    ({ mkDerivation, base, bytestring, Cabal, containers, directory
-     , download-curl, either, filepath, hackage-db, machines
+    ({ mkDerivation, base, bytestring, Cabal, containers, curl
+     , directory, either, filepath, hackage-db, machines
      , machines-directory, MissingH, monad-loops, process, tar, text
      , transformers, yaml, zlib
      }:
      mkDerivation {
        pname = "codex";
-       version = "0.2.1.2";
-       sha256 = "0dp454xx6cb4fggm6y727arids57ssnxwpmxp6d650ggj37v97hk";
+       version = "0.2.1.4";
+       sha256 = "19w3s8f3yn6535lvcwzqkmydqxcdgx1khawax0n894r8lfz3zyj7";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
-         base bytestring Cabal containers directory download-curl either
-         filepath hackage-db machines machines-directory MissingH
-         monad-loops process tar text transformers yaml zlib
+         base bytestring Cabal containers curl directory either filepath
+         hackage-db machines machines-directory MissingH monad-loops process
+         tar text transformers yaml zlib
        ];
        homepage = "http://github.com/aloiscochard/codex";
        description = "A ctags file generator for cabal project dependencies";
@@ -34653,6 +34657,7 @@ self: {
        pname = "dbus";
        version = "0.10.9.1";
        sha256 = "08p1688yb3gjal20szida2x99wv2j6gkmmhwpl3qkzswifrz51ar";
+       editedCabalFile = "a94be78b7288d04401d2734e451826fd064bcfa31a77252a2c2e15a883522f92";
        buildDepends = [
          base bytestring cereal containers libxml-sax network parsec random
          text transformers unix vector xml-types
@@ -36389,8 +36394,8 @@ self: {
      }:
      mkDerivation {
        pname = "digestive-functors-aeson";
-       version = "1.1.12.1";
-       sha256 = "1jwrlmavwjq3bf8ylazi91mwl47n5pdh3lipv4p7v0gq45dm3hg9";
+       version = "1.1.13";
+       sha256 = "0s6rns38gi4fn8hi5dag0p3pkf8yl4r1ilrlq2vwgr8d25647k91";
        buildDepends = [
          aeson base containers digestive-functors lens lens-aeson safe text
          vector
@@ -102723,8 +102728,8 @@ self: {
      }:
      mkDerivation {
        pname = "streaming-commons";
-       version = "0.1.8.1";
-       sha256 = "0qn4d58af20f9ckaah4jpxw8q18q9liajgwpz8h0yf9h6lsy8l8i";
+       version = "0.1.9.1";
+       sha256 = "0zk5n7iicgzfkxnw1maa3l41wn3rj4w311zrwrziv2b4mk7997sp";
        buildDepends = [
          array base blaze-builder bytestring directory network process
          random stm text transformers unix zlib
@@ -102733,6 +102738,7 @@ self: {
          array async base blaze-builder bytestring deepseq hspec network
          QuickCheck text unix zlib
        ];
+       configureFlags = [ "-f-use-bytestring-builder" ];
        homepage = "https://github.com/fpco/streaming-commons";
        description = "Common lower-level functions needed by various streaming data libraries";
        license = stdenv.lib.licenses.mit;
@@ -112211,8 +112217,8 @@ self: {
      }:
      mkDerivation {
        pname = "uuagc";
-       version = "0.9.51";
-       sha256 = "07nymg525x41y8pl94d0n990h1yz5km8v0fasiggqv94sd04j22w";
+       version = "0.9.52";
+       sha256 = "04qa3ahaj544xsjba7zw411nmcs92qp9v2a3fn5cvns3xnh1l8b6";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
@@ -114462,8 +114468,8 @@ self: {
      }:
      mkDerivation {
        pname = "warp";
-       version = "3.0.5.1";
-       sha256 = "0z6cv0b51jgzf6cp5n22y957i6sms4c3zbdi826jgn7aalb58ch7";
+       version = "3.0.5.2";
+       sha256 = "1zrazcz7nma4fkjhl50vi91pp1cxmkmfl046g24jgk5y112g97z1";
        buildDepends = [
          array auto-update base blaze-builder bytestring case-insensitive
          ghc-prim hashable http-date http-types iproute network