3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages.nix: update to 2c4a8914cb with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e

This commit is contained in:
Peter Simons 2015-06-13 11:38:10 +02:00
parent fa5eb0a7da
commit b311380227

View file

@ -17727,8 +17727,8 @@ self: {
}:
mkDerivation {
pname = "agentx";
version = "0.1.0.5";
sha256 = "0a6zzn4zv5f1zl10vz1p4iw32s9jd605px4ziy5v24fmjm5xnbzb";
version = "0.2.0.0";
sha256 = "0pmnrij90xag46af4c5yws5g26pf77l5ck864f4cyw5g9acw67g6";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -17891,8 +17891,8 @@ self: {
}:
mkDerivation {
pname = "aivika-experiment";
version = "3.1";
sha256 = "19x4y060r9cgkfffyxdgilmrrjv4ycpxv6w8gclkfrxj1ywwkwx4";
version = "4.0.3";
sha256 = "1v0x37kmav87b3mxvribw6658glf5hbk7npipkabp1qbfz5sp7zv";
buildDepends = [
aivika base containers directory filepath mtl network-uri
parallel-io split
@ -17925,8 +17925,8 @@ self: {
}:
mkDerivation {
pname = "aivika-experiment-chart";
version = "3.1";
sha256 = "17bp7bp3x7z3xlzd6922mjm44v8jlkw1ak3zfr31146hlifgfhyw";
version = "4.0.3";
sha256 = "1c5xzp0n67fg799cdf6aqc7sxbv3dy6nkiilyc5hlr8bg3r20bpd";
buildDepends = [
aivika aivika-experiment array base Chart colour containers
data-default-class filepath lens mtl split
@ -19370,8 +19370,8 @@ self: {
}:
mkDerivation {
pname = "angel";
version = "0.6.0";
sha256 = "0625r8jy9v6x5v5y5vrz2z7bqag9hwjnxr7ir35bq18xd5fpr9kf";
version = "0.6.1";
sha256 = "1wkllv4ziggj3smhghdk5qsgccds9d69rhx1gi079ph7z533w2dc";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -19785,7 +19785,9 @@ self: {
mkDerivation {
pname = "apiary";
version = "1.4.3";
revision = "1";
sha256 = "1z6fgdkn3k4sbwk5jyz6yp9qwllhv2m9vq7z25fhmj41y3spgcsc";
editedCabalFile = "024867d05ec04c0b83c41e948b80c56686cc170beed600daffa8d8c725e50a32";
buildDepends = [
base blaze-builder blaze-html blaze-markup bytestring
bytestring-read case-insensitive data-default-class exceptions
@ -19798,7 +19800,6 @@ self: {
base bytestring http-types HUnit mtl tasty tasty-hunit
tasty-quickcheck wai wai-extra
];
jailbreak = true;
homepage = "https://github.com/philopon/apiary";
description = "Simple and type safe web framework that generate web API documentation";
license = stdenv.lib.licenses.mit;
@ -19853,14 +19854,13 @@ self: {
mkDerivation {
pname = "apiary-cookie";
version = "1.4.0";
revision = "1";
revision = "2";
sha256 = "017bxqavv4w5r2ghgmyhljqa4fyzl02v2sjwxi056s3phgrlrkrx";
editedCabalFile = "50b9adcb346e7233cb73eef7e7d00902a7b43454ab998f76923582bada569e32";
editedCabalFile = "4edecbd2a1e6fb740815be85cc9c4836144338af88e6774348a1703e861a9771";
buildDepends = [
apiary base blaze-builder blaze-html bytestring cookie time
types-compat wai web-routing
];
jailbreak = true;
homepage = "https://github.com/philopon/apiary";
description = "Cookie support for apiary web framework";
license = stdenv.lib.licenses.mit;
@ -19909,15 +19909,14 @@ self: {
mkDerivation {
pname = "apiary-logger";
version = "1.4.0";
revision = "1";
revision = "2";
sha256 = "0pf030sn4mf05avl11hs9kz6qi9667s2vavn3wsxp1anl9bghk48";
editedCabalFile = "cb2677faabb41ccf7a4990179990f55c14d5bcd517591ccd086b84c68362c93c";
editedCabalFile = "ce71ccd5e0a1f20777b17efdc536aab8f43a3468f54fa14609c635aa731ce944";
buildDepends = [
apiary base data-default-class fast-logger lifted-base
monad-control monad-logger transformers transformers-base
types-compat
];
jailbreak = true;
homepage = "https://github.com/philopon/apiary";
description = "fast-logger support for apiary web framework";
license = stdenv.lib.licenses.mit;
@ -21693,6 +21692,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"attoparsec-trans" = callPackage
({ mkDerivation, attoparsec, base, transformers }:
mkDerivation {
pname = "attoparsec-trans";
version = "0.1.0.3";
sha256 = "11a743qgh9rwjyf1hng5jg139xr11dsjj1bisqaaayb17addd2xx";
buildDepends = [ attoparsec base transformers ];
homepage = "https://github.com/srijs/haskell-attoparsec-trans";
description = "Interleaved effects for attoparsec parsers";
license = stdenv.lib.licenses.mit;
}) {};
"attosplit" = callPackage
({ mkDerivation, attoparsec, base, bytestring }:
mkDerivation {
@ -22178,6 +22189,24 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
"aws-dynamodb-conduit" = callPackage
({ mkDerivation, aeson, attoparsec-trans, aws, base, bytestring
, conduit, http-conduit, http-types, json-togo, resourcet, text
, transformers
}:
mkDerivation {
pname = "aws-dynamodb-conduit";
version = "0.1.0.2";
sha256 = "02q49anmairvjwzvgn8kqx27965n71xbyi86wwlmrs4w0dkbsd41";
buildDepends = [
aeson attoparsec-trans aws base bytestring conduit http-conduit
http-types json-togo resourcet text transformers
];
homepage = "https://github.com/srijs/haskell-aws-dynamodb-query";
description = "Conduit-based interface for AWS DynamoDB";
license = stdenv.lib.licenses.mit;
}) {};
"aws-dynamodb-streams" = callPackage
({ mkDerivation, aeson, attoparsec, aws, aws-general, base
, base-unicode-symbols, base16-bytestring, base64-bytestring
@ -23348,8 +23377,8 @@ self: {
}:
mkDerivation {
pname = "basic-prelude";
version = "0.4.1";
sha256 = "041wnym7b8p70kcbkxxbgszmi2y88xs0ww357jrn0v6cc21h60j9";
version = "0.5.0";
sha256 = "1l8hc99sxm27gd93zq6v0l0x2rzl6fd9zp7snh14m4yriqrn5xfi";
buildDepends = [
base bytestring containers filepath hashable lifted-base ReadArgs
safe text transformers unordered-containers vector
@ -23781,8 +23810,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "between";
version = "0.9.0.2";
sha256 = "0n3nx077hv10rwv2kl3n1a3v40sr1qzfj9jwb6cvd1l0zx42igw8";
version = "0.10.0.0";
sha256 = "10bj4v2451c9dri3r9c825xnr4lb8jhihr05nhc6m8fdvqnyqvsi";
buildDepends = [ base ];
homepage = "https://github.com/trskop/between";
description = "Function combinator \"between\" and derived combinators";
@ -26879,6 +26908,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"break" = callPackage
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "break";
version = "1.0.0";
sha256 = "15fqdha71i4ziv0ra8v2mfp0fviwgs27xlsvc0chb8icqf33y22m";
buildDepends = [ base mtl transformers ];
description = "Break from a loop";
license = stdenv.lib.licenses.bsd3;
}) {};
"breakout" = callPackage
({ mkDerivation, base, haskgame, mtl, SDL }:
mkDerivation {
@ -27723,8 +27763,8 @@ self: {
}:
mkDerivation {
pname = "bytestring-read";
version = "0.3.0";
sha256 = "19bq478066chy35fnfjq5bg2f196zl6qi2dssqwlr9bivgvk434g";
version = "0.3.1";
sha256 = "0df6mb5fhfd1kgah5gv4q4ykxvl0y8hbqrdvm17nh33cxj2csj00";
buildDepends = [ base bytestring types-compat ];
testDepends = [ base bytestring doctest tasty tasty-quickcheck ];
jailbreak = true;
@ -31615,8 +31655,8 @@ self: {
}:
mkDerivation {
pname = "classy-prelude";
version = "0.12.0";
sha256 = "0g72084wnfqam0djpck76bb7dmphpjs1h32w361cqyvgxkyy1prw";
version = "0.12.0.1";
sha256 = "0ny5cxkzbjhhsmypsp4sjm7nm0jv2l2kysgcphm6j1l3dr0ck6il";
buildDepends = [
base basic-prelude bifunctors bytestring chunked-data containers
dlist enclosed-exceptions exceptions ghc-prim hashable lifted-base
@ -34181,8 +34221,8 @@ self: {
}:
mkDerivation {
pname = "conduit-combinators";
version = "1.0.0";
sha256 = "1ibbj3ipkys26np9d791ynpfzgrw3miclcj02bb0ipmvqngm90hv";
version = "1.0.1";
sha256 = "014n3qhn9flwj43zjp62vagp5df9ll6nkjk1x9qpagni1vf9cbqq";
buildDepends = [
base base16-bytestring base64-bytestring bytestring chunked-data
conduit conduit-extra filepath monad-control mono-traversable
@ -34555,13 +34595,12 @@ self: {
}:
mkDerivation {
pname = "connection-pool";
version = "0.1.1.0";
sha256 = "08mfl5gwbxzkf6dvqvshmzpjy02f46avimw8ss66br2397bi0qj7";
version = "0.1.2.0";
sha256 = "12nr9vl884yj4yq9dyfc725zi6dw0amp65xlm9hjm7wffz6mc5az";
buildDepends = [
base between data-default-class monad-control network resource-pool
streaming-commons time transformers-base
];
jailbreak = true;
homepage = "https://github.com/trskop/connection-pool";
description = "Connection pool built on top of resource-pool and streaming-commons";
license = stdenv.lib.licenses.bsd3;
@ -39912,8 +39951,8 @@ self: {
}:
mkDerivation {
pname = "debian-build";
version = "0.7.1.0";
sha256 = "0hzvv6aazpf7r75yygcqy1ldz3j9shs6spv71nzn040rny67cdll";
version = "0.7.1.1";
sha256 = "0r2f14h0bpbq861jfa0rgp0y87nq142f80dyjzyzzrdwc8szj120";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -40373,6 +40412,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"delta" = callPackage
({ mkDerivation, base, containers, directory, filepath, fs-events
, sodium, time
}:
mkDerivation {
pname = "delta";
version = "0.1.0.1";
sha256 = "0kjii2hqwzzsb8i09547y0qxrdak3xkhgv7dqahbpypzh8hldgzf";
isLibrary = true;
isExecutable = true;
buildDepends = [
base containers directory filepath fs-events sodium time
];
homepage = "https://github.com/kryoxide/delta";
description = "A library for detecting file changes";
license = stdenv.lib.licenses.gpl3;
}) {};
"delta-h" = callPackage
({ mkDerivation, base, binary, bytestring, containers, monad-atom
, nlp-scores, text
@ -45579,10 +45636,9 @@ self: {
({ mkDerivation, base, between, transformers }:
mkDerivation {
pname = "endo";
version = "0.1.0.2";
sha256 = "1wqg0mcaf55wa70wjgd6n0gw56rghz6p76lc6kw4aki969h12xrl";
version = "0.2.0.0";
sha256 = "1gqw14nadw1cb49m251swly35gjkb2xhqi0cqhm17ww8r13mzp31";
buildDepends = [ base between transformers ];
jailbreak = true;
homepage = "https://github.com/trskop/endo";
description = "Endomorphism utilities";
license = stdenv.lib.licenses.bsd3;
@ -46476,6 +46532,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ether" = callPackage
({ mkDerivation, base, mtl, newtype-generics, QuickCheck, tasty
, tasty-quickcheck, template-haskell, transformers
}:
mkDerivation {
pname = "ether";
version = "0.2.1.0";
sha256 = "1iwi3whaxnpwfdghw1rli9dxqh1c28hhxkdvl4wslj0vc014h3di";
buildDepends = [
base mtl newtype-generics template-haskell transformers
];
testDepends = [
base mtl QuickCheck tasty tasty-quickcheck transformers
];
homepage = "https://int-index.github.io/ether/";
description = "Monad transformers and classes";
license = stdenv.lib.licenses.bsd3;
}) {};
"ethereum-client-haskell" = callPackage
({ mkDerivation, ansi-wl-pprint, array, base, base16-bytestring
, binary, bytestring, cmdargs, containers, cryptohash, data-default
@ -52844,12 +52919,12 @@ self: {
}) {};
"ghc-simple" = callPackage
({ mkDerivation, base, data-default, ghc, ghc-paths }:
({ mkDerivation, base, ghc, ghc-paths }:
mkDerivation {
pname = "ghc-simple";
version = "0.1.0.0";
sha256 = "0a8xla80al1glxpf0dsbzdgwbzwxmk9cr6xwfmmz237q7dv4pjhf";
buildDepends = [ base data-default ghc ghc-paths ];
version = "0.1.2.0";
sha256 = "0cwirw9j52khkl8fsgw22136nb3nwlbiahvfcds8hryvr64x9vql";
buildDepends = [ base ghc ghc-paths ];
homepage = "https://github.com/valderman/ghc-simple";
description = "Simplified interface to the GHC API";
license = stdenv.lib.licenses.mit;
@ -62021,6 +62096,7 @@ self: {
base basic-prelude containers errors mtl random-shuffle tasty
tasty-hunit tasty-quickcheck text
];
jailbreak = true;
description = "Implementation of the rules of Love Letter";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
@ -64598,7 +64674,9 @@ self: {
mkDerivation {
pname = "highlighting-kate";
version = "0.6";
revision = "1";
sha256 = "16334fbiyq6017zbgc59qc00h0bk24xh4dcrbqx63dvf72ac37dk";
editedCabalFile = "7466b389fd27b0520d371b2b225cb6024e9b7dd371cffa78169c219ab449558b";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -64919,7 +64997,9 @@ self: {
mkDerivation {
pname = "hipbot";
version = "0.5";
revision = "1";
sha256 = "0acy9bp2dwszd01l514nx2crdxgb356k18pm9ravddljxr24n1hs";
editedCabalFile = "6ac1673be45c18dc010eeeef508a021ec9fef4e0a4e05864733f91aec8508ab8";
buildDepends = [
aeson base bifunctors blaze-builder bytestring either exceptions
http-client http-client-tls http-types jwt lens mtl network-uri
@ -64927,7 +65007,6 @@ self: {
unordered-containers utf8-string wai wai-lens webcrank webcrank-wai
wreq
];
jailbreak = true;
homepage = "https://github.com/purefn/hipbot";
description = "A library for building HipChat Bots";
license = stdenv.lib.licenses.bsd3;
@ -65864,8 +65943,8 @@ self: {
({ mkDerivation, base, binary, gsl, hmatrix, storable-complex }:
mkDerivation {
pname = "hmatrix-gsl-stats";
version = "0.3.0.2";
sha256 = "1n0p7pg9rsdckcysczg7l8rqfm3xw1rc2jzp0khb1i33nhbr7bzn";
version = "0.3.0.3";
sha256 = "0zrh3knwqkaqlgajza22jfg3xhsxhiaf8qmiwnd9qjbasnm5a1lp";
buildDepends = [ base binary hmatrix storable-complex ];
pkgconfigDepends = [ gsl ];
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
@ -68322,9 +68401,10 @@ self: {
mkDerivation {
pname = "hs-pkg-config";
version = "0.2.1.0";
revision = "1";
sha256 = "09v2kp643asl3zpv8rbb8a7zv0h3bn5l4gxz44d71kly9qr3jkhh";
editedCabalFile = "9337acf593d6f7e1d54f81886cb3736001a127e3b75ba01bd97a99d77565f784";
buildDepends = [ base data-default-class text ];
jailbreak = true;
homepage = "https://github.com/trskop/hs-pkg-config";
description = "Create pkg-config configuration files";
license = stdenv.lib.licenses.bsd3;
@ -69704,9 +69784,9 @@ self: {
mkDerivation {
pname = "hslua";
version = "0.4.0";
revision = "1";
revision = "2";
sha256 = "0l50ppvnavs3lc1vmrpxhlb3ffl772n1hk8mdi9w4ml64ninba3p";
editedCabalFile = "a2019a0881b90b842dfa9c88e452a45bbadb25d9461d0549ab8fd328a82757ee";
editedCabalFile = "43f6956aba870857548523718d3d5645e422187964e5158d14a9c17d96671ccb";
buildDepends = [ base bytestring ];
testDepends = [ base bytestring hspec hspec-contrib HUnit text ];
extraLibraries = [ lua ];
@ -75448,12 +75528,13 @@ self: {
}) {};
"invariant" = callPackage
({ mkDerivation, base, contravariant }:
({ mkDerivation, base, contravariant, hspec, QuickCheck }:
mkDerivation {
pname = "invariant";
version = "0.1.1";
sha256 = "077jhn2fspnjkr8p3sh6draidqpk6wpism73rz8172acd4jjg4fz";
version = "0.1.2";
sha256 = "02p114wnpxbqxik4sz87bd9rcqfs9klgsxi9pc4v1qwyb64mb92b";
buildDepends = [ base contravariant ];
testDepends = [ base hspec QuickCheck ];
description = "Haskell 98 invariant functors";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -77685,6 +77766,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"json-togo" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-trans, base
, bytestring, scientific, text, transformers, unordered-containers
, vector
}:
mkDerivation {
pname = "json-togo";
version = "0.1.0.1";
sha256 = "05g8k8qsxjwqrdwqf24g90hx5jlrwjpa4vsjf0ddrw0whnva3gbz";
buildDepends = [
aeson attoparsec attoparsec-trans base bytestring scientific text
transformers unordered-containers vector
];
jailbreak = true;
homepage = "https://github.com/srijs/haskell-json-togo";
description = "Effectful parsing of JSON documents";
license = stdenv.lib.licenses.mit;
}) {};
"json-tools" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, process, tar, text, unordered-containers, vector
@ -80977,8 +81077,8 @@ self: {
}:
mkDerivation {
pname = "leksah";
version = "0.15.0.1";
sha256 = "169vrqdxcx8xkilrw3dh5zmdsb876fny4n0k5gzvi8fian0dl8nh";
version = "0.15.0.3";
sha256 = "11b4kp1bbw35gsrdcr5kjyjrfiqrqfy645nbpngjz7rzivjl6n4s";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -81012,8 +81112,8 @@ self: {
}:
mkDerivation {
pname = "leksah-server";
version = "0.15.0.1";
sha256 = "04sxfzl8p9fk8qkzmwnm7fkg5sgrzjx0992kivgbrnyx7wh06xsp";
version = "0.15.0.2";
sha256 = "090nz2kvsf83jdp2lhng5x87a96xzxknsr4vx2jc2r2vs60841lx";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -82466,13 +82566,13 @@ self: {
}) {};
"linear-grammar" = callPackage
({ mkDerivation, base, hspec, QuickCheck }:
({ mkDerivation, base, containers, hspec, QuickCheck }:
mkDerivation {
pname = "linear-grammar";
version = "0.0.1.6";
sha256 = "05mzxv1ixdxirmm31jqwd8w749dpy113pyw1mfr6ck3ksva5g1ap";
buildDepends = [ base QuickCheck ];
testDepends = [ base hspec QuickCheck ];
version = "0.0.2.1";
sha256 = "00vfhcqhg6azb1ay12n248l0bjg5g0c5y5ybz5rqf2jdlab7fg97";
buildDepends = [ base containers QuickCheck ];
testDepends = [ base containers hspec QuickCheck ];
description = "A simple grammar for building linear equations and inclusive inequalities";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -83785,8 +83885,8 @@ self: {
}:
mkDerivation {
pname = "lock-file";
version = "0.5.0.1";
sha256 = "0x1pis244pg5k91y3p40m2pc483vx49gcdqa95f7q0gjsnvb9yi9";
version = "0.5.0.2";
sha256 = "1l4slkykw59p20kw9iqaa4pjczqx701a9z14nvbzwrmgs2acnki7";
buildDepends = [
base data-default-class directory exceptions tagged-exception-core
transformers
@ -83796,7 +83896,6 @@ self: {
tagged-exception-core test-framework test-framework-hunit
test-framework-quickcheck2 transformers
];
jailbreak = true;
homepage = "https://github.com/trskop/lock-file";
description = "Provide exclusive access to a resource using lock file";
license = stdenv.lib.licenses.bsd3;
@ -89246,10 +89345,8 @@ self: {
}:
mkDerivation {
pname = "mono-traversable";
version = "0.9.1";
revision = "1";
sha256 = "0hzqlldilkkfmrq3pkymwkzpp9dn40v6fa18kahxlf4qiyih0xzc";
editedCabalFile = "28392123a8b245f7bc2c13bb63f5c3008118ed38e107cf0534be37461fb64daf";
version = "0.9.2";
sha256 = "1cw8bsf6ayalsx0l0xwb2f2j2rg6zpfsvci174fr4xiyr646mpd6";
buildDepends = [
base bytestring comonad containers dlist dlist-instances hashable
semigroupoids semigroups text transformers unordered-containers
@ -90450,6 +90547,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"murmur3" = callPackage
({ mkDerivation, base, base16-bytestring, binary, bytestring, HUnit
, QuickCheck, test-framework, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "murmur3";
version = "1.0.0";
sha256 = "1rdnfy37dmmrqpapdv9h22ki94mxrz1xdk5ibcj833q35868kjmq";
buildDepends = [ base binary bytestring ];
testDepends = [
base base16-bytestring bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
];
homepage = "http://github.com/plaprade/murmur3";
description = "Pure Haskell implementation of the MurmurHash3 x86_32 algorithm";
license = stdenv.lib.licenses.publicDomain;
}) {};
"murmurhash3" = callPackage
({ mkDerivation, haskell2010 }:
mkDerivation {
@ -95214,6 +95330,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"optional-args" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "optional-args";
version = "1.0.0";
sha256 = "0j49cp5y7gp9acvhw315lq92mgr35fwaw90vpxy0n9g541ls350z";
buildDepends = [ base ];
description = "Optional function arguments";
license = stdenv.lib.licenses.bsd3;
}) {};
"options" = callPackage
({ mkDerivation, base, chell, chell-quickcheck, containers
, monads-tf, transformers
@ -95478,8 +95605,8 @@ self: {
}:
mkDerivation {
pname = "orgmode-parse";
version = "0.1.1.1";
sha256 = "17slf2i7k8bk1d47l165awn38dlpq2rdw6glzvp8if1dir2l2jl7";
version = "0.1.1.2";
sha256 = "1ys9gcydipjxn5ba7ndmz70ri218d6wivxrd7xvcsf4kncfks3xi";
buildDepends = [
aeson attoparsec base bytestring containers free hashable
old-locale text thyme unordered-containers
@ -98006,8 +98133,8 @@ self: {
}:
mkDerivation {
pname = "persistent-template";
version = "2.1.3.3";
sha256 = "1p9vndchcd06ajqmqmf3pw5ql9r6jqbs9xl5jxv1x0pjvbq6yjy5";
version = "2.1.3.4";
sha256 = "0wi1mrcilz66jnlgz16crqlh4bibb03mj460bgg3af4f8zpwja2g";
buildDepends = [
aeson base bytestring containers ghc-prim monad-control
monad-logger path-pieces persistent tagged template-haskell text
@ -98016,7 +98143,6 @@ self: {
testDepends = [
aeson base bytestring hspec persistent QuickCheck text transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Type-safe, non-relational, multi-backend persistence";
license = stdenv.lib.licenses.mit;
@ -103669,8 +103795,8 @@ self: {
({ mkDerivation, base, QuickCheck }:
mkDerivation {
pname = "quickcheck-simple";
version = "0.0.1.0";
sha256 = "04r5nqm7g5wp13k6d109yykky9i121f65bxlv5ji5sk35yp650c4";
version = "0.1.0.0";
sha256 = "0vnxyb3qz8i1rpmkga6151cld1jr3kiyv3xrhg814mhf1fmhb8xl";
buildDepends = [ base QuickCheck ];
description = "Test properties and default-mains for QuickCheck";
license = stdenv.lib.licenses.bsd3;
@ -105006,12 +105132,15 @@ self: {
"record" = callPackage
({ mkDerivation, base, base-prelude, basic-lens, template-haskell
, transformers
}:
mkDerivation {
pname = "record";
version = "0.4.0.0";
sha256 = "0ml0rmqscdkp4zp430q206lrnah3j5d4bbra7ka526gagmrvpnmb";
buildDepends = [ base base-prelude basic-lens template-haskell ];
version = "0.4.0.2";
sha256 = "18j30j7dppm0lqf9p345bfz65cls15ka6jyflamwgig5h0dzz5mw";
buildDepends = [
base base-prelude basic-lens template-haskell transformers
];
homepage = "https://github.com/nikita-volkov/record";
description = "Anonymous records";
license = stdenv.lib.licenses.mit;
@ -105815,7 +105944,9 @@ self: {
mkDerivation {
pname = "regex-tdfa";
version = "1.2.0";
revision = "1";
sha256 = "00gl9sx3hzd83lp38jlcj7wvzrda8kww7njwlm1way73m8aar0pw";
editedCabalFile = "5489b69b9f0e8e181ee5134fd500bb0e2b4f914234c5223c59186035fb50478e";
buildDepends = [
array base bytestring containers ghc-prim mtl parsec regex-base
];
@ -113525,6 +113656,25 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
"simplex-basic" = callPackage
({ mkDerivation, base, bifunctors, containers, hspec
, linear-grammar, mtl, QuickCheck, transformers
}:
mkDerivation {
pname = "simplex-basic";
version = "0.0.0.1";
sha256 = "180bnrka1id16scz4zzi60m8692b7pyicfzfbzvi8rz1shl038zq";
buildDepends = [
base bifunctors linear-grammar mtl QuickCheck transformers
];
testDepends = [
base bifunctors containers hspec linear-grammar mtl QuickCheck
transformers
];
description = "Very basic simplex implementation";
license = stdenv.lib.licenses.bsd3;
}) {};
"simseq" = callPackage
({ mkDerivation, base, bio, bytestring, random }:
mkDerivation {
@ -115320,10 +115470,10 @@ self: {
}:
mkDerivation {
pname = "snaplet-sqlite-simple";
version = "0.4.8.2";
sha256 = "00a92wymniaw0si4xpkx1442prmcjimwrjjqiqnkj6k8bxs7p2jm";
version = "0.4.8.3";
sha256 = "0nc0kv9s3c4wc3xb6jggx9v4p141c3af07x8vda18c7qlfif5nx3";
buildDepends = [
aeson base bytestring clientsession configurator direct-sqlite
aeson base bytestring clientsession configurator direct-sqlite lens
MonadCatchIO-transformers mtl snap sqlite-simple text transformers
unordered-containers
];
@ -115333,7 +115483,6 @@ self: {
SafeSemaphore snap snap-core sqlite-simple stm test-framework
test-framework-hunit text time transformers unordered-containers
];
jailbreak = true;
homepage = "https://github.com/nurpax/snaplet-sqlite-simple";
description = "sqlite-simple snaplet for the Snap Framework";
license = stdenv.lib.licenses.bsd3;
@ -115544,8 +115693,8 @@ self: {
}:
mkDerivation {
pname = "snmp";
version = "0.1.0.3";
sha256 = "1zncgn3i6xbvxrwdf6s6vhbmsf6sqncf2rbllx26dz1bmxh4gr33";
version = "0.2.0.0";
sha256 = "0vjbpjsa4ivsjzvfc9sr457pms2rw1zpb92d971n0yccl0bxmf67";
buildDepends = [
asn1-encoding asn1-parse asn1-types async base binary bytestring
cipher-aes cipher-des containers crypto-cipher-types cryptohash mtl
@ -117299,44 +117448,44 @@ self: {
}) {};
"stack" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, base64-bytestring
, bifunctors, binary, bytestring, Cabal, conduit, conduit-extra
, containers, cpphs, cryptohash, cryptohash-conduit, deepseq
, directory, either, enclosed-exceptions, exceptions, fast-logger
, filepath, hashable, hspec, http-client, http-client-tls
, http-conduit, http-types, lifted-base, monad-control
, monad-logger, monad-loops, mtl, old-locale, optparse-applicative
, optparse-simple, path, persistent, persistent-sqlite
, persistent-template, pretty, process, resourcet, safe, split, stm
, streaming-commons, tar, template-haskell, temporary, text, time
, transformers, transformers-base, unix, unordered-containers
, vector, vector-binary-instances, void, yaml, zlib
({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring
, base64-bytestring, bifunctors, binary, bytestring, Cabal, conduit
, conduit-combinators, conduit-extra, containers, cryptohash
, cryptohash-conduit, deepseq, directory, either
, enclosed-exceptions, exceptions, fast-logger, filepath, hashable
, hspec, http-client, http-client-tls, http-conduit, http-types
, lifted-base, monad-control, monad-logger, monad-loops, mtl
, old-locale, optparse-applicative, optparse-simple, path
, persistent, persistent-sqlite, persistent-template, pretty
, process, resourcet, safe, split, stm, streaming-commons, tar
, template-haskell, temporary, text, time, transformers
, transformers-base, unix, unordered-containers, vector
, vector-binary-instances, void, yaml, zlib
}:
mkDerivation {
pname = "stack";
version = "0.0.1";
sha256 = "04bb0wih2nzqrq8si48w1p6zc4b7nzrgrg4cbnly63hgx64vyhq3";
version = "0.0.2.1";
sha256 = "1gv2cbjnr93s4cyhybpd8nsqa8gqd9hpm9wyrh19fl82p8db46x6";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson async attoparsec base base64-bytestring bifunctors binary
bytestring Cabal conduit conduit-extra containers cryptohash
cryptohash-conduit deepseq directory either enclosed-exceptions
exceptions fast-logger filepath hashable http-client
http-client-tls http-conduit http-types lifted-base monad-control
monad-logger monad-loops mtl old-locale optparse-applicative
optparse-simple path persistent persistent-sqlite
persistent-template pretty process resourcet safe split stm
streaming-commons tar template-haskell temporary text time
transformers transformers-base unix unordered-containers vector
vector-binary-instances void yaml zlib
aeson async attoparsec base base16-bytestring base64-bytestring
bifunctors binary bytestring Cabal conduit conduit-combinators
conduit-extra containers cryptohash cryptohash-conduit deepseq
directory either enclosed-exceptions exceptions fast-logger
filepath hashable http-client http-client-tls http-conduit
http-types lifted-base monad-control monad-logger monad-loops mtl
old-locale optparse-applicative optparse-simple path persistent
persistent-sqlite persistent-template pretty process resourcet safe
split stm streaming-commons tar template-haskell temporary text
time transformers transformers-base unix unordered-containers
vector vector-binary-instances void yaml zlib
];
testDepends = [
base Cabal conduit conduit-extra containers cryptohash directory
exceptions filepath hspec http-conduit monad-logger path resourcet
temporary transformers
];
buildTools = [ cpphs ];
homepage = "https://github.com/commercialhaskell/stack
test/package-dump/ghc-7.8.txt
test/package-dump/ghc-7.10.txt";
@ -120949,17 +121098,14 @@ test/package-dump/ghc-7.10.txt";
}) {};
"tagged-exception-core" = callPackage
({ mkDerivation, base, exceptions, extensible-exceptions, mmorph
, transformers
}:
({ mkDerivation, base, exceptions, mmorph, mtl, transformers }:
mkDerivation {
pname = "tagged-exception-core";
version = "2.0.0.0";
sha256 = "02ny4yz9afaazw2pxpkpalffx8i5nhi3x9561blrd0pdrqq8qnib";
buildDepends = [
base exceptions extensible-exceptions mmorph transformers
];
jailbreak = true;
version = "2.1.0.0";
revision = "1";
sha256 = "1w4020qb6f5vnym13a4jrha62vj7rqz3nfsrsxa34dl04y63jcax";
editedCabalFile = "8f3f0eba857169c03927f8605ed326b7a4a5395582aeac4edcee44369b4c9689";
buildDepends = [ base exceptions mmorph mtl transformers ];
homepage = "https://github.com/trskop/tagged-exception";
description = "Reflect exceptions using phantom types";
license = stdenv.lib.licenses.bsd3;
@ -124059,8 +124205,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "thumbnail-plus";
version = "1.0.4";
sha256 = "110vfk5ri394awzmmq82r87gc9pmvy3500i836602syvd5zfa92x";
version = "1.0.5";
sha256 = "0320yfgnsazl7bxm9zf077mi4dgfmlcfnzy1qpdl9w3jl5i7z441";
buildDepends = [
base bytestring conduit conduit-extra data-default directory either
gd imagesize-conduit resourcet temporary transformers
@ -124481,13 +124627,14 @@ test/package-dump/ghc-7.10.txt";
mkDerivation {
pname = "time-recurrence";
version = "0.9.2";
revision = "1";
sha256 = "1arqmkagmswimbh78qfz5bcilk9i14w29j4vf4i89d00vac3vrzm";
editedCabalFile = "7f1fe44ec61160e3fba86a04942d056ac91faa0002817e107e3d8399b71fe427";
buildDepends = [ base data-ordlist mtl time ];
testDepends = [
base data-ordlist HUnit mtl old-locale test-framework
test-framework-hunit time
];
jailbreak = true;
homepage = "http://github.com/hellertime/time-recurrence";
description = "Generate recurring dates";
license = stdenv.lib.licenses.gpl3;
@ -126026,8 +126173,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "trurl";
version = "0.2.0.0";
sha256 = "167f7wrvrva7764z35l48rxbcnnajm343gqw2b67jh14d5kj6fz9";
version = "0.2.2.0";
sha256 = "139c97c63fhgq9lisic5wyfn872j120xsj3i72fs5s0aa9m59w81";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -131837,8 +131984,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "wai-middleware-metrics";
version = "0.2.0";
sha256 = "0vqpp7fqjmhknvmizvbzzay3ixk0a5jqq9y80al62hc2yb75pz0w";
version = "0.2.1";
sha256 = "0aiig72r72vykd1f1871458d4glnqsrs7rr402jv5ka05d1rg6y0";
buildDepends = [ base ekg-core http-types time wai ];
testDepends = [
base bytestring ekg-core http-types QuickCheck scotty tasty
@ -132815,7 +132962,9 @@ test/package-dump/ghc-7.10.txt";
mkDerivation {
pname = "webcrank";
version = "0.2.2";
revision = "1";
sha256 = "1rgvpp2526lmly2fli65mygplfc6wzqcw5fkn7gq4fcrmql2cisj";
editedCabalFile = "487831902c68484790108f97e32098dad9711eb15e0729b9ab1ba009e8fd5747";
buildDepends = [
attoparsec base blaze-builder bytestring case-insensitive either
exceptions http-date http-media http-types lens mtl semigroups text
@ -132826,7 +132975,6 @@ test/package-dump/ghc-7.10.txt";
http-media http-types lens mtl tasty tasty-hunit tasty-quickcheck
unordered-containers
];
jailbreak = true;
homepage = "https://github.com/webcrank/webcrank.hs";
description = "Webmachine inspired toolkit for building http applications and services";
license = stdenv.lib.licenses.bsd3;
@ -136478,8 +136626,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "yesod-auth";
version = "1.4.5";
sha256 = "0agddsicjqcvraa3lcbxwwnk4mapjjd1y4pdp5kg111kaww6nkdn";
version = "1.4.5.1";
sha256 = "161gij0r82raih9lvdws4vsknpm36m00ikd17vhhlzz01q9z7l64";
buildDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup byteable bytestring conduit
@ -136489,7 +136637,6 @@ test/package-dump/ghc-7.10.txt";
resourcet safe shakespeare template-haskell text time transformers
unordered-containers wai yesod-core yesod-form yesod-persistent
];
jailbreak = true;
homepage = "http://www.yesodweb.com/";
description = "Authentication for Yesod";
license = stdenv.lib.licenses.mit;
@ -136784,8 +136931,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "yesod-bin";
version = "1.4.9.2";
sha256 = "0bbr9bjgj75jh8q9jzv9h1ivz87svz3j02hwphq32487f3682gd0";
version = "1.4.10";
sha256 = "1h55155l7ca664zdwq1x0c6p43gy35p1vvghpgd0ajzip8lsyfq1";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -137302,8 +137449,8 @@ test/package-dump/ghc-7.10.txt";
}:
mkDerivation {
pname = "yesod-persistent";
version = "1.4.0.2";
sha256 = "06qzgq0mb7k0h8q6lh47l0mzx91xn4ba07nmn22vsfvjfdji6lib";
version = "1.4.0.3";
sha256 = "0prvrz52c2pr4qsanjzndviyq4f6zc49in69xz5153h2vagbfmb4";
buildDepends = [
base blaze-builder conduit persistent persistent-template
resource-pool resourcet transformers yesod-core
@ -137312,7 +137459,6 @@ test/package-dump/ghc-7.10.txt";
base blaze-builder conduit hspec persistent persistent-sqlite text
wai-extra yesod-core
];
jailbreak = true;
homepage = "http://www.yesodweb.com/";
description = "Some helpers for using Persistent from Yesod";
license = stdenv.lib.licenses.mit;