hackage-packages.nix: update to 489f207e95 with hackage2nix v20150903-35-gfaf50c2

This commit is contained in:
Peter Simons 2015-09-11 10:33:06 +02:00
parent 4c089421d7
commit 3378b8430e

View File

@ -4344,6 +4344,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"EntrezHTTP" = callPackage
({ mkDerivation, base, biocore, bytestring, conduit, HTTP
, http-conduit, hxt, mtl, network, Taxonomy, transformers
}:
mkDerivation {
pname = "EntrezHTTP";
version = "1.0.0";
sha256 = "4455e40a08375d5810a38ca5e519e2038893aece17eb17b3809cc11d14ca652a";
libraryHaskellDepends = [
base biocore bytestring conduit HTTP http-conduit hxt mtl network
Taxonomy transformers
];
homepage = "https://github.com/eggzilla/EntrezHTTP";
description = "Libary to interface with the NCBI Entrez REST service";
license = stdenv.lib.licenses.gpl3;
}) {};
"EnumContainers" = callPackage
({ mkDerivation, base, containers, deepseq }:
mkDerivation {
@ -28281,12 +28298,14 @@ self: {
}) {};
"blaze-shields" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, blaze-svg }:
({ mkDerivation, base, blaze-html, blaze-markup, blaze-svg, text }:
mkDerivation {
pname = "blaze-shields";
version = "0.1.0.1";
sha256 = "07e9297f3b261aaecc3c7e5c9a1f2f99fe5cbcd1e8d1f5a10e95e2a87f213fe2";
libraryHaskellDepends = [ base blaze-html blaze-markup blaze-svg ];
version = "0.1.1.2";
sha256 = "1365c905fb7bccb99985f0629f56dd323c370034cb76e05c9e283d27fabdb220";
libraryHaskellDepends = [
base blaze-html blaze-markup blaze-svg text
];
homepage = "http://githubcom/Qinka/blaze-shields";
description = "create svg by Haskell";
license = stdenv.lib.licenses.bsd3;
@ -39582,12 +39601,16 @@ self: {
}) {};
"csound-catalog" = callPackage
({ mkDerivation, base, csound-expression, transformers }:
({ mkDerivation, base, csound-expression, csound-sampler
, transformers
}:
mkDerivation {
pname = "csound-catalog";
version = "0.2.2";
sha256 = "b77cb30313e9c88aebc842004cc2ea38b473878f9a4490ec6dde846fe6032d67";
libraryHaskellDepends = [ base csound-expression transformers ];
version = "0.3.0";
sha256 = "e2286491cdeaacf96d42f6386f54ada8fe35fecca2d9730f6d21c751a3a3b3c2";
libraryHaskellDepends = [
base csound-expression csound-sampler transformers
];
homepage = "https://github.com/anton-k/csound-catalog";
description = "a gallery of Csound instruments";
license = stdenv.lib.licenses.bsd3;
@ -39601,8 +39624,8 @@ self: {
}:
mkDerivation {
pname = "csound-expression";
version = "4.8.2";
sha256 = "b1c815cd70681b8a78dca998cfbc1e9499604fc1b043b199c3b623bdab261dfe";
version = "4.8.3";
sha256 = "389f8ab64f76da31fdc553c64017e0653c539ed38f128707b3e037f260327c99";
libraryHaskellDepends = [
base Boolean colour csound-expression-dynamic
csound-expression-opcodes csound-expression-typed data-default
@ -39650,16 +39673,15 @@ self: {
"csound-expression-typed" = callPackage
({ mkDerivation, base, Boolean, colour, containers
, csound-expression-dynamic, data-default, deepseq, ghc-prim
, stable-maps, temporal-media, transformers, wl-pprint
, temporal-media, transformers, wl-pprint
}:
mkDerivation {
pname = "csound-expression-typed";
version = "0.0.7.7";
sha256 = "b4b90f1d69b4b420b2d2974d4ac99b303ba18b20e9e06761cb1c5343dfdc30fd";
version = "0.0.7.9.1";
sha256 = "e9b15c6004709eba9472cce3f0d0af69a35cbae55d99ad9112080a1e201dfb73";
libraryHaskellDepends = [
base Boolean colour containers csound-expression-dynamic
data-default deepseq ghc-prim stable-maps temporal-media
transformers wl-pprint
data-default deepseq ghc-prim temporal-media transformers wl-pprint
];
homepage = "https://github.com/anton-k/csound-expression-typed";
description = "typed core for the library csound-expression";
@ -39671,8 +39693,8 @@ self: {
({ mkDerivation, base, csound-expression, transformers }:
mkDerivation {
pname = "csound-sampler";
version = "0.0.6.2";
sha256 = "008630a27244b173abc9c856d59c3ff724335eb53d14a068b91f16cecc1cff61";
version = "0.0.6.3";
sha256 = "8c50fb842eb4ed234f3c924c5cc2d3c7946307a831621d858c5bd72bfe7548e0";
libraryHaskellDepends = [ base csound-expression transformers ];
homepage = "https://github.com/anton-k/csound-sampler";
description = "A musical sampler based on Csound";
@ -40288,8 +40310,8 @@ self: {
}:
mkDerivation {
pname = "d-bus";
version = "0.1.3.1";
sha256 = "3c22a5ddb373178203093f1bea6ea8921810e352df1cf1cc50b94c758cea96f9";
version = "0.1.3.2";
sha256 = "3054ece77fbffbea72e698164cdefd677f6ea1e6bc50f49d058a5d382e048fbe";
libraryHaskellDepends = [
async attoparsec base binary blaze-builder bytestring conduit
conduit-extra containers data-binary-ieee754 data-default
@ -45999,17 +46021,17 @@ self: {
"docopt" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
, parsec, split, template-haskell, th-lift
, HUnit, parsec, split, template-haskell, th-lift
}:
mkDerivation {
pname = "docopt";
version = "0.7.0.3";
sha256 = "46b99042c83180e9ba90acd45e805a950e140d9deada150b9682a4d0a5532c8e";
version = "0.7.0.4";
sha256 = "3470cd9de7b1731a0b2c0a3fe8b9ea1bfdcfbebeffa5ed77831572f50f01e480";
libraryHaskellDepends = [
base containers parsec template-haskell th-lift
];
testHaskellDepends = [
aeson ansi-terminal base bytestring containers parsec split
aeson ansi-terminal base bytestring containers HUnit parsec split
template-haskell th-lift
];
homepage = "https://github.com/docopt/docopt.hs";
@ -47966,8 +47988,8 @@ self: {
}:
mkDerivation {
pname = "egison";
version = "3.5.9";
sha256 = "007bb4ea431f3ad182a9c1ca3e4b42a3b0c0a4e498ad7f36dad038713261a399";
version = "3.5.10";
sha256 = "fe238837980117e0ac89dfc048e31444889d00c3d3216251ccd3dac3c471a81e";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -53653,8 +53675,8 @@ self: {
}:
mkDerivation {
pname = "foldl-transduce";
version = "0.4.0.1";
sha256 = "f83db1c4e00ba8ca5bc68165d13ed2ca8a01a4ca55d2859780551d29991d9592";
version = "0.4.1.0";
sha256 = "b1fba255648ac4ee5a49f405c82528ae68d0a25349ecc70377efec05e8a36257";
libraryHaskellDepends = [
base bifunctors bytestring comonad containers foldl free
monoid-subclasses semigroupoids text transformers
@ -58265,12 +58287,14 @@ self: {
}) {};
"gll" = callPackage
({ mkDerivation, array, base, containers, TypeCompose }:
({ mkDerivation, array, base, containers, pretty, TypeCompose }:
mkDerivation {
pname = "gll";
version = "0.2.0.3";
sha256 = "4e75f3cd02448f965dbd0a5a2a012acdab8de1adbe1d33ac0c4cb5180e285ff0";
libraryHaskellDepends = [ array base containers TypeCompose ];
version = "0.3.0.0";
sha256 = "82749d03f531629d5def0cdb74b9dc23ada8068790261741c13bcfc82a9660d4";
libraryHaskellDepends = [
array base containers pretty TypeCompose
];
jailbreak = true;
description = "GLL parser with simple combinator interface";
license = stdenv.lib.licenses.bsd3;
@ -59751,6 +59775,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"graphql" = callPackage
({ mkDerivation, base, text }:
mkDerivation {
pname = "graphql";
version = "0.1";
sha256 = "5710293dd29403c4142f8b32ee3a941a7679ca5c1cf548c4f40d3417ff24e6a0";
libraryHaskellDepends = [ base text ];
homepage = "https://github.com/jdnavarro/graphql-haskell";
description = "GraphQL Haskell implementation";
license = stdenv.lib.licenses.bsd3;
}) {};
"graphs" = callPackage
({ mkDerivation, array, base, containers, transformers, void }:
mkDerivation {
@ -59791,8 +59827,8 @@ self: {
}:
mkDerivation {
pname = "graphviz";
version = "2999.18.0.0";
sha256 = "8b02e093a4dcb5ec8a272101d652d4bde5a14186a2a8113d240d75795ba2f9bb";
version = "2999.18.0.1";
sha256 = "ceab95376ef170ccd4c8ef4b66a7fbb0fc2aa5a8eab1e99e2465f033f9b7bc51";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -59805,7 +59841,6 @@ self: {
testHaskellDepends = [
base containers fgl fgl-arbitrary filepath QuickCheck text
];
jailbreak = true;
homepage = "http://projects.haskell.org/graphviz/";
description = "Bindings to Graphviz for graph visualisation";
license = stdenv.lib.licenses.bsd3;
@ -66535,18 +66570,17 @@ self: {
}) {};
"hastache-aeson" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, hastache, text, unordered-containers, vector
({ mkDerivation, aeson, base, bytestring, containers, hastache
, scientific, text, unordered-containers, vector
}:
mkDerivation {
pname = "hastache-aeson";
version = "0.1.0.0";
sha256 = "118bfd3474eb9a71dc7fbb0d4b79ca5c24c543f3b17ce6f3941f69a0dfbdc92c";
version = "0.1.1.0";
sha256 = "361a6102a9cf43facbd75e7d339efed28511ea78f0b667090b75a92c6f3c7371";
libraryHaskellDepends = [
aeson attoparsec base bytestring containers hastache text
aeson base bytestring containers hastache scientific text
unordered-containers vector
];
jailbreak = true;
homepage = "https://github.com/proger/hastache-aeson";
description = "render hastache templates using aeson values";
license = stdenv.lib.licenses.bsd3;
@ -73150,6 +73184,7 @@ self: {
libraryHaskellDepends = [
base exceptions hset mmorph monad-control mtl transformers-base
];
jailbreak = true;
homepage = "https://bitbucket.org/s9gf4ult/hreader";
description = "Generalization of MonadReader and ReaderT";
license = stdenv.lib.licenses.bsd3;
@ -74647,15 +74682,15 @@ self: {
}) {};
"hset" = callPackage
({ mkDerivation, base, HUnit, mtl }:
({ mkDerivation, base, deepseq, HUnit, tagged }:
mkDerivation {
pname = "hset";
version = "1.1.0";
sha256 = "74d53484ee6afed1a321dbf39735680d60635e650da09abd15ae2631271f9a96";
libraryHaskellDepends = [ base mtl ];
testHaskellDepends = [ base HUnit mtl ];
version = "2.0.0";
sha256 = "f8e0a3064ba59518450f548613a7d8b6752b834bc2dcad37db3ca696b360353d";
libraryHaskellDepends = [ base deepseq tagged ];
testHaskellDepends = [ base HUnit tagged ];
homepage = "https://bitbucket.org/s9gf4ult/hset";
description = "Primitive heterogenous read-only set";
description = "Primitive list with elements of unique types";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -79682,8 +79717,8 @@ self: {
}:
mkDerivation {
pname = "ihaskell-diagrams";
version = "0.3.0.0";
sha256 = "8afdad1e343b77e0627fc75417c42e78b5b9f13c5ef39017cfefd264b3fe3270";
version = "0.3.1.0";
sha256 = "1f137977fde3cc9f3efbd2b5c1a21e06cbfdee6eab1c096c8fc1429dbba907a3";
libraryHaskellDepends = [
active base bytestring diagrams diagrams-cairo diagrams-lib
directory ihaskell text
@ -80705,8 +80740,8 @@ self: {
}:
mkDerivation {
pname = "inline-c";
version = "0.5.4.3";
sha256 = "f3a6be6897a0e4b8a2f6957f235d0cdc8d18717d4dde29d35e46d4057e2b610d";
version = "0.5.5.1";
sha256 = "1d43e051cb97cb016b373bf0dd2285fcdeaa8f03cd9449921454826e011a62eb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -86432,6 +86467,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"language-lua-qq" = callPackage
({ mkDerivation, base, haskell-src-meta, language-lua, mtl, syb
, template-haskell, text
}:
mkDerivation {
pname = "language-lua-qq";
version = "0.1.0.0";
sha256 = "d2f90a5b5051aa2591960a10d00a0d9ae6392360d32bf361d068e06c0ecde04d";
libraryHaskellDepends = [
base haskell-src-meta language-lua mtl syb template-haskell text
];
testHaskellDepends = [ base ];
homepage = "http://github.com/konn/language-lua-qq#readme";
description = "Initial project template from stack";
license = stdenv.lib.licenses.bsd3;
}) {};
"language-lua2" = callPackage
({ mkDerivation, base, containers, Earley, lexer-applicative
, microlens, optparse-applicative, QuickCheck, regex-applicative
@ -93416,12 +93468,9 @@ self: {
({ mkDerivation, base, hxt }:
mkDerivation {
pname = "memexml";
version = "0.0.2";
sha256 = "ea4422bb9152c10bee43e5857699f496005567fb798866e962ee2e0e4297951d";
revision = "1";
editedCabalFile = "a1712ea7643a27f1fb40a771fdae76282818b5d317fe8da6a22e705b06bc3b3e";
version = "0.0.3";
sha256 = "e85e83e70d4c2ed6b56a047ea5df836b4ba37a13666d438088fdfbd048896ff4";
libraryHaskellDepends = [ base hxt ];
jailbreak = true;
homepage = "https://github.com/eggzilla/memexml";
description = "Library for reading Meme XML output";
license = stdenv.lib.licenses.bsd3;
@ -105322,16 +105371,18 @@ self: {
}) {};
"period" = callPackage
({ mkDerivation, base, hspec, HUnit, optparse-applicative, parsec
, text, text-show, time
({ mkDerivation, base, hspec, HUnit, old-locale
, optparse-applicative, parsec, text, text-show, time
}:
mkDerivation {
pname = "period";
version = "0.1.0.1";
sha256 = "b83dfef9a9de6746e0bc852f816cb00cfd564e2cc5af1bcd5c4f2c82b12b308e";
version = "0.1.0.3";
sha256 = "d5f9c9e798341990e186f98330244f22a875e87a600098666f81438b69f15ab3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base parsec text text-show time ];
libraryHaskellDepends = [
base old-locale parsec text text-show time
];
executableHaskellDepends = [ base optparse-applicative text ];
testHaskellDepends = [ base hspec HUnit text time ];
homepage = "https://github.com/w3rs/period";
@ -105917,8 +105968,8 @@ self: {
({ mkDerivation, base, bytestring, HTTP }:
mkDerivation {
pname = "pg-harness-client";
version = "0.3.1";
sha256 = "2253434a00e415ee63b1ed57c6b414d71cb517867db31484e5fa131b4919e58b";
version = "0.4.0";
sha256 = "ecf29ea6d36375a970ccdf6afa33ecac1571d53bd917f2c043f6c2689fced345";
libraryHaskellDepends = [ base bytestring HTTP ];
homepage = "https://github.com/BardurArantsson/pg-harness";
description = "Client library for pg-harness-server";
@ -105931,8 +105982,8 @@ self: {
}:
mkDerivation {
pname = "pg-harness-server";
version = "0.3.1";
sha256 = "8a2c3696e1d245ddd83a471b83d07b403f7b48520ca9b23c8cb36b587a88a910";
version = "0.4.0";
sha256 = "c3a46ce4954e3a0bcbdf0cdc032fe1db1bb1b92902fb3811d41327a13f93de31";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -107051,8 +107102,8 @@ self: {
}:
mkDerivation {
pname = "pipes-text";
version = "0.0.0.16";
sha256 = "db5f553d78486d7aae2742e3d310b6144e0f53f9ac2a258cff01920702ec6635";
version = "0.0.1.0";
sha256 = "7c600b6b2b3841c60c5b0cfe2c3654c776bdaa92c6e3397603033232bb939ac9";
libraryHaskellDepends = [
base bytestring pipes pipes-bytestring pipes-group pipes-parse
pipes-safe streaming-commons text transformers
@ -108567,6 +108618,7 @@ self: {
quickcheck-instances tasty tasty-hunit tasty-quickcheck tasty-th
text
];
jailbreak = true;
homepage = "https://bitbucket.org/s9gf4ult/postgresql-query";
description = "Sql interpolating quasiquote plus some kind of primitive ORM using it";
license = stdenv.lib.licenses.bsd3;
@ -108702,8 +108754,8 @@ self: {
}:
mkDerivation {
pname = "postgresql-typed";
version = "0.4.0";
sha256 = "a957bab7e18921d3eff4fc8a387623a1d92010f7bdcd0ac913836a1c795f6e70";
version = "0.4.1";
sha256 = "8abd1d386d0c7df88076ea69b52986cadce782df4d03a879848a554d5221d389";
libraryHaskellDepends = [
aeson array attoparsec base binary bytestring containers cryptohash
haskell-src-meta network old-locale postgresql-binary scientific
@ -109004,8 +109056,8 @@ self: {
}:
mkDerivation {
pname = "pred-trie";
version = "0.2.3";
sha256 = "8ccd15cd85bb77f0baa217f85d1dd9f526600e2cb513f859a40eb4f6ae3fa9f6";
version = "0.2.4";
sha256 = "5c527bdf613fc14111d4fb3c133c00f44506eae4bae2fa983915a3bf2679f891";
libraryHaskellDepends = [
base composition-extra mtl QuickCheck semigroups
];
@ -111062,11 +111114,14 @@ self: {
}:
mkDerivation {
pname = "pure-zlib";
version = "0.3";
sha256 = "b6fb297b9ebb4b62e28a221df8f3078caf2ca75e9ed3753f54ea0f2f7a1ec9c6";
version = "0.4";
sha256 = "0a9722791fb96fadec325b2e5b1e1f8c1a2ebedd53d0b7db5e6ec84eaf6cd3c1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers fingertree monadLib
];
executableHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
@ -113990,8 +114045,8 @@ self: {
({ mkDerivation, base, base-prelude, template-haskell }:
mkDerivation {
pname = "refined";
version = "0.1.0.0";
sha256 = "b6e401cc7a160fd7d02e6635466a70fbc305cd0cd5f6e7da46cb6cd409fbe200";
version = "0.1.1.0";
sha256 = "0390684ce0d977c49b921ed477bcba5cb7c74e09130de843c53c93f4d4cee0ae";
libraryHaskellDepends = [ base base-prelude template-haskell ];
homepage = "https://github.com/nikita-volkov/refined";
description = "Refinement types with static and runtime checking";
@ -123594,22 +123649,18 @@ self: {
}) {};
"smallcheck-lens" = callPackage
({ mkDerivation, base, lens, smallcheck, smallcheck-series, tasty
, tasty-smallcheck, transformers
({ mkDerivation, base, lens, smallcheck, smallcheck-series
, transformers
}:
mkDerivation {
pname = "smallcheck-lens";
version = "0.1";
sha256 = "b4754d92fd4ac2f50cb9342dbd736edccbf625ae18d7214959756e78dff85ca5";
version = "0.3";
sha256 = "0123159b7534f0315f376e24b1811c7290a417354a783134d33fa07d447818ef";
libraryHaskellDepends = [
base lens smallcheck smallcheck-series tasty tasty-smallcheck
transformers
];
testHaskellDepends = [
base lens smallcheck tasty tasty-smallcheck
base lens smallcheck smallcheck-series transformers
];
homepage = "https://github.com/jdnavarro/smallcheck-lens";
description = "SmallCheck lens laws";
description = "SmallCheck properties for lens";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -123774,8 +123825,8 @@ self: {
}:
mkDerivation {
pname = "smsaero";
version = "0.1.1";
sha256 = "d6d37cae946a2bdea1f4e5d05b3bcde56ee12362c72f490bf138ca3b8d9446d3";
version = "0.2";
sha256 = "c5edaf1f6cb0056627ee964f1012e0a67333d164b6b191388eb7ed4a4fb5049c";
libraryHaskellDepends = [
aeson base either servant servant-client text time
];
@ -131305,10 +131356,11 @@ self: {
({ mkDerivation, base, containers, mtl, safe, text }:
mkDerivation {
pname = "tamper";
version = "0.4.2";
sha256 = "e86767017f325e5aba41ff13748bdc8c3ef11741267663f0bf4999b6ac04f058";
version = "0.4.2.2";
sha256 = "b4b124ab59761e3ff62bc9bf3461c94b1dee4f84b58fe3c75387b415a639fd4b";
libraryHaskellDepends = [ base containers mtl safe text ];
description = "An HTML templating system similar to Blaze, implemented as a monad transformer of sorts";
homepage = "https://bitbucket.org/tdammers/tamper/";
description = "Blaze-style HTML templates as a Monad Transformer";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -131624,6 +131676,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"tasty-lens" = callPackage
({ mkDerivation, base, lens, smallcheck, smallcheck-lens, tasty
, tasty-smallcheck
}:
mkDerivation {
pname = "tasty-lens";
version = "0.3";
sha256 = "f8cfd37a5f1da283b99ec0398757510cfbf2affe2004cbf49745e8eb32b69fdd";
libraryHaskellDepends = [
base lens smallcheck smallcheck-lens tasty tasty-smallcheck
];
testHaskellDepends = [ base lens tasty ];
homepage = "https://github.com/jdnavarro/tasty-lens";
description = "Tasty TestTrees for Lens validation";
license = stdenv.lib.licenses.bsd3;
}) {};
"tasty-program" = callPackage
({ mkDerivation, base, deepseq, directory, filepath, process, tasty
}:
@ -132104,8 +132173,8 @@ self: {
({ mkDerivation, base, Boolean }:
mkDerivation {
pname = "temporal-media";
version = "0.6.0";
sha256 = "1658d1e963fbdfce0f6a5dfce27e879dc288f6fa3cb3479dd9b81288e949f156";
version = "0.6.1";
sha256 = "6c198d83654fd7fc341357393c6c6464c41f34b4b1a13b84aeb7b923488cb6ae";
libraryHaskellDepends = [ base Boolean ];
homepage = "https://github.com/anton-k/temporal-media";
description = "data types for temporal media";
@ -133205,13 +133274,12 @@ self: {
}:
mkDerivation {
pname = "text-regex-replace";
version = "0.1.1.0";
sha256 = "3f5e1333602e7a94ad3b1bd498da1b588606835778ac8ce31b62d1ac0d971d5d";
version = "0.1.1.1";
sha256 = "2f27c43d4e59cfb1be632fe3445e0164cc7e10f3b39f1ed21a1e36d6f0981258";
libraryHaskellDepends = [ attoparsec base text text-icu ];
testHaskellDepends = [
base hspec QuickCheck smallcheck text text-icu
];
jailbreak = true;
description = "Easy replacement when using text-icu regexes";
license = stdenv.lib.licenses.asl20;
}) {};
@ -136539,17 +136607,17 @@ self: {
"tsvsql" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers
, optparse-applicative, text, unordered-containers
, optparse-applicative, string-qq, text, unordered-containers
}:
mkDerivation {
pname = "tsvsql";
version = "0.1.1.0";
sha256 = "3341c69cdb02a65ba0e2d31963c83bb0477f76e5afbfede7f9ceb0518fa9e3ed";
version = "0.2.0.0";
sha256 = "ebbdba194d7bdb248631e96de0635d773b0fac6adb979722dbb257848b367382";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
attoparsec base bytestring containers optparse-applicative text
unordered-containers
attoparsec base bytestring containers optparse-applicative
string-qq text unordered-containers
];
jailbreak = true;
homepage = "https://github.com/danchoi/tsvsql";
@ -138345,12 +138413,12 @@ self: {
}:
mkDerivation {
pname = "unbound";
version = "0.4.3.1";
sha256 = "ff52a7574ecaf40c1d2328c8ce60ded10fd61a8f8313f74aa20d3d7ffc2177f6";
version = "0.4.4";
sha256 = "c6454dd5725bf2a02cc99f74b18fc5b3b1ab9d44dd99d6322e42d8399409eb7e";
libraryHaskellDepends = [
base binary containers mtl RepLib transformers
];
homepage = "http://code.google.com/p/replib/";
homepage = "https://github.com/sweirich/replib";
description = "Generic support for programming with names and binders";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -140563,8 +140631,8 @@ self: {
({ mkDerivation, base, bytestring, template-haskell }:
mkDerivation {
pname = "validated-literals";
version = "0.1.0";
sha256 = "732f6659ca00de12b60a1d2b6527c573add33c423db846f6695ee79f42866d32";
version = "0.2.0";
sha256 = "020b42ae331ee77c24402210c2715088b3b6084234b20a17eeacba27b66fa471";
libraryHaskellDepends = [ base bytestring template-haskell ];
homepage = "https://github.com/merijn/validated-literals";
description = "Compile-time checking for partial smart-constructors";
@ -145826,8 +145894,8 @@ self: {
}:
mkDerivation {
pname = "xlsx";
version = "0.1.0.5";
sha256 = "5fff47fe6b60a9c387f45fb80b7aa921bff08979e6ee3a1a7b6993351bb8a37d";
version = "0.1.1";
sha256 = "b952a5772ded4007d3ab58942efc8a3e927172829a5fb1fa048cfadf2fe94e92";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -145842,7 +145910,7 @@ self: {
];
testHaskellDepends = [
base containers HUnit old-time smallcheck tasty tasty-hunit
tasty-smallcheck time
tasty-smallcheck time xml-conduit
];
homepage = "https://github.com/qrilka/xlsx";
description = "Simple and incomplete Excel file parser/writer";
@ -147588,8 +147656,8 @@ self: {
}:
mkDerivation {
pname = "yesod-auth";
version = "1.4.6";
sha256 = "5d6c74908daabe5e6d5bdff919d3e8e2bccdf5e599da430135474cbce30d1030";
version = "1.4.6.1";
sha256 = "34654dac0d39e14ac5447f83ef28fef6ec824f3b80cafd2d10f089f10e7c6ae9";
libraryHaskellDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup byteable bytestring conduit
@ -148574,8 +148642,8 @@ self: {
}:
mkDerivation {
pname = "yesod-pnotify";
version = "1.1.0";
sha256 = "341b22b0273026dc2c8cb13427b3a84a1162204318b5324a07db00ba90581fb7";
version = "1.1.2";
sha256 = "9a128a35e68da0de09bb7d603cbc24f9b21942b673540b8812d5f072a1ec60c9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [