Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Aycan iRiCAN
2014-06-26 23:50:18 +03:00
18 changed files with 57 additions and 64 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "bson";
version = "0.2.4";
sha256 = "1fr0xx9q2l3cb72j5lgrwdlr2gba7idh2v80s8d6dr69dhwaccd9";
version = "0.3";
sha256 = "0787z6970lf93mgrsyqcilnkx5bynny88ag15z2f07l1rhva6ac4";
buildDepends = [
binary cryptohash dataBinaryIeee754 mtl network text time
];

View File

@@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
HUnit QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2
];
jailbreak = true;
meta = {
homepage = "https://github.com/RobotGymnast/extensible-effects";
description = "An Alternative to Monad Transformers";
@@ -18,5 +19,4 @@ cabal.mkDerivation (self: {
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
jailbreak = true;
})

View File

@@ -0,0 +1,23 @@
{ cabal, comonad, contravariant, deepseq, doctest, filepath, hlint
, lens, mtl, pointed, profunctors, reflection, semigroupoids
, semigroups, tagged, transformers, vector
}:
cabal.mkDerivation (self: {
pname = "folds";
version = "0.6.1";
sha256 = "13p4kyr48g917ib87n14qpqaka6isp73cwy7mvvsqgprj1fghyj1";
buildDepends = [
comonad contravariant lens pointed profunctors reflection
semigroupoids tagged transformers vector
];
testDepends = [ deepseq doctest filepath hlint mtl semigroups ];
# The hlint tests presently fail
doCheck = false;
meta = {
homepage = "http://github.com/ekmett/folds";
description = "Beautiful Folding";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "hcltest";
version = "0.3.1";
sha256 = "0qnf6ib01njcbjfbwxff8y4sqmrj6nyy9y9hb0l0kw21cxsgl7c9";
version = "0.3.2";
sha256 = "0q5b0v2gh0b3a15hg25bqj7scbckrkka2ckk49g2mrdz2gpr28bq";
buildDepends = [
dlist either filepath free lens mmorph monadControl mtl
optparseApplicative randomShuffle split stm tagged tasty temporary

View File

@@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "mongoDB";
version = "1.5.0";
sha256 = "0dvy8pa79c26hcngds6nnwnayrhsyz1flj18m9bcyrcvwb5q3dd6";
version = "2.0";
sha256 = "1dspx1x20903i44i825ziwmvaax75m8g08kz97cv34077bdir80h";
buildDepends = [
binary bson cryptohash hashtables liftedBase monadControl mtl
network parsec random randomShuffle text transformersBase

View File

@@ -1,5 +1,4 @@
{ cabal, pipes, pipesGroup, pipesParse, transformers
}:
{ cabal, pipes, pipesGroup, pipesParse, transformers }:
cabal.mkDerivation (self: {
pname = "pipes-bytestring";

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "quickcheck-property-monad";
version = "0.2.1";
sha256 = "1ln8bcsc8hd8jyhd9rp2j90p5h5nhmwidb5my91p09h43y4z9xds";
version = "0.2.2";
sha256 = "1liixl4xxpx9f3877sss16m67y5bkwhxdmr8h40rpqdi7dz9s0mj";
buildDepends = [ either QuickCheck transformers ];
testDepends = [ doctest filepath QuickCheck ];
meta = {

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.2.14";
sha256 = "00k9cachx7y4811b71f8p468kx018hzvpvw6jgf7zmjhc9v922ni";
version = "0.2.15";
sha256 = "1fa20h2zcvxwdb5j5a0nnhl38bry1p5ckya1l7lrxx9r2bvjkyj9";
buildDepends = [ network resourcet ];
testDepends = [
conduit conduitExtra hspec HUnit network networkConduit resourcet

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unix-compat";
version = "0.4.1.1";
sha256 = "1cjny6zca5wdj7d56kjkaxlad85kknn91pisrizjy6wngszyaigf";
version = "0.4.1.3";
sha256 = "1vfw3ffzdk9mshhgyp3dnbn8rihkz8qg6n5zqak8966dsdqhm4xb";
meta = {
homepage = "http://github.com/jystic/unix-compat";
description = "Portable POSIX-compatibility layer";