hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.2.1-11-gb2cb3cb from Hackage revision
ec9f3d302b.
This commit is contained in:
Peter Simons 2017-06-24 03:01:00 +02:00
parent 9721c54592
commit b4973a5bbb

View file

@ -32981,7 +32981,7 @@ self: {
description = "Bindings to the Yices theorem prover";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gmp; yices = null;};
}) {inherit (pkgs) gmp; inherit (pkgs) yices;};
"bindynamic" = callPackage
({ mkDerivation, base, binary, bytestring, rank1dynamic }:
@ -39795,6 +39795,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"cassava-conduit_0_4_0_0" = callPackage
({ mkDerivation, array, base, bifunctors, bytestring, cassava
, conduit, conduit-extra, containers, criterion, mtl, QuickCheck
, text
}:
mkDerivation {
pname = "cassava-conduit";
version = "0.4.0.0";
sha256 = "1pl3vbkyjvgz08ijm75rdxnxx5h27mya7bgzi9jpws7v2dwxlg22";
libraryHaskellDepends = [
array base bifunctors bytestring cassava conduit conduit-extra
containers mtl text
];
testHaskellDepends = [
base bytestring cassava conduit conduit-extra QuickCheck text
];
benchmarkHaskellDepends = [ base criterion ];
homepage = "https://github.com/domdere/cassava-conduit";
description = "Conduit interface for cassava package";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cassava-megaparsec" = callPackage
({ mkDerivation, base, bytestring, cassava, containers, hspec
, hspec-megaparsec, megaparsec, unordered-containers, vector
@ -49024,7 +49047,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"criterion_1_2_0_0" = callPackage
"criterion_1_2_1_0" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, base, base-compat, binary
, bytestring, cassava, code-page, containers, deepseq, directory
, exceptions, filepath, Glob, HUnit, js-flot, js-jquery
@ -49035,8 +49058,8 @@ self: {
}:
mkDerivation {
pname = "criterion";
version = "1.2.0.0";
sha256 = "0rbmfjgxba7qsp79lj7k00yzphmknimqh5r20nw1bc6i1v4civ6f";
version = "1.2.1.0";
sha256 = "0hbhm6fcbvh38m8hazlzjh3z09adjrzcv5jq63792bvnm24bpx6r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -51922,6 +51945,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"data-diverse" = callPackage
({ mkDerivation, base, containers, ghc-prim, hspec, lens, tagged }:
mkDerivation {
pname = "data-diverse";
version = "0.2.0.0";
sha256 = "1lffgpy3pz0hyq6l4r7l4aqsldgis5wbd9jpllankhfxghxx9gvn";
libraryHaskellDepends = [ base containers ghc-prim lens tagged ];
testHaskellDepends = [ base hspec lens ];
homepage = "https://github.com/louispan/data-diverse#readme";
description = "Extensible records and polymorphic variants";
license = stdenv.lib.licenses.bsd3;
}) {};
"data-dword" = callPackage
({ mkDerivation, base, data-bword, ghc-prim, hashable, tasty
, tasty-quickcheck, template-haskell
@ -62414,6 +62450,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"entropy_0_3_8" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, filepath
, process, unix
}:
mkDerivation {
pname = "entropy";
version = "0.3.8";
sha256 = "1l3lfigqvdlmxkz1wl7zdkmc0i2r5p6z4xzhiw8xdsbsw7aljfkl";
setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [ base bytestring unix ];
homepage = "https://github.com/TomMD/entropy";
description = "A platform independent entropy source";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"enumerable" = callPackage
({ mkDerivation, base, control-monad-omega, tagged }:
mkDerivation {
@ -63942,21 +63994,22 @@ self: {
}) {};
"eventful-core" = callPackage
({ mkDerivation, aeson, base, containers, hlint, hspec
, http-api-data, HUnit, path-pieces, sum-type-boilerplate
({ mkDerivation, aeson, base, containers, contravariant, hlint
, hspec, http-api-data, HUnit, path-pieces, sum-type-boilerplate
, template-haskell, text, transformers, uuid
}:
mkDerivation {
pname = "eventful-core";
version = "0.1.2";
sha256 = "0vlhn54qiwi6cvvf9r4nwgnlp747y3i1nh9y2dxr8g9zkpj0wcyn";
version = "0.1.3";
sha256 = "1lify1ama6a479w0mcvr4qmp0mrfgwf6nsy902hrx20sn5ik02h9";
libraryHaskellDepends = [
aeson base containers http-api-data path-pieces
aeson base containers contravariant http-api-data path-pieces
sum-type-boilerplate template-haskell text transformers uuid
];
testHaskellDepends = [
aeson base containers hlint hspec http-api-data HUnit path-pieces
sum-type-boilerplate template-haskell text transformers uuid
aeson base containers contravariant hlint hspec http-api-data HUnit
path-pieces sum-type-boilerplate template-haskell text transformers
uuid
];
homepage = "https://github.com/jdreaver/eventful#readme";
description = "Core module for eventful";
@ -63971,8 +64024,8 @@ self: {
}:
mkDerivation {
pname = "eventful-dynamodb";
version = "0.1.2";
sha256 = "0q8wvnxcprh4gz74d4jsia5ripgn87lb2mw037mrf817g0w63dgl";
version = "0.1.3";
sha256 = "1ymzryyz77705vwb05nhjhw6sz2ksjfpld5g569pnbdlr03m257y";
libraryHaskellDepends = [
aeson amazonka amazonka-dynamodb base bytestring conduit
eventful-core lens safe text unordered-containers vector
@ -63995,8 +64048,8 @@ self: {
}:
mkDerivation {
pname = "eventful-memory";
version = "0.1.2";
sha256 = "0kq8f6x7q19vlwgfz7mwlisik0j5wi8pxwlliyv2ispa37rlmvgx";
version = "0.1.3";
sha256 = "0r35bg40j4bdpf5ibxi5acjnmdl9piaysyzswapwcjq4jyibcdk9";
libraryHaskellDepends = [
base containers eventful-core mtl safe stm
];
@ -64016,8 +64069,8 @@ self: {
}:
mkDerivation {
pname = "eventful-postgresql";
version = "0.1.2";
sha256 = "0aim6907mkjxlwiwkhmjmmfcbagkaq7z633447xr4mw931v8k84l";
version = "0.1.3";
sha256 = "0vc36qfi2q1im60nwzb9ivpsz7kk2y83rbzbbv4b2mjk3cvvjnyr";
libraryHaskellDepends = [
aeson base bytestring eventful-core eventful-sql-common mtl
persistent text
@ -64039,8 +64092,8 @@ self: {
}:
mkDerivation {
pname = "eventful-sql-common";
version = "0.1.2";
sha256 = "05q1v64l007saazflvp70sz4579dpzpr08qcgzhg2b1m2ga3pwhn";
version = "0.1.3";
sha256 = "0mddqciaiq90cgf0syw0y1qvvkpvqbx0lkx8mwz3g8zf57h98awc";
libraryHaskellDepends = [
aeson base bytestring eventful-core mtl persistent
persistent-template text uuid
@ -64057,8 +64110,8 @@ self: {
}:
mkDerivation {
pname = "eventful-sqlite";
version = "0.1.2";
sha256 = "191c8fcw7wyr9bvviz1h9nbwcyrh5sl31arv4s9b3rjw847zg50j";
version = "0.1.3";
sha256 = "08xk3kyxm23843kr2y9l39d9d9ykcahz2q2730c1skgnwcd3y0c2";
libraryHaskellDepends = [
aeson base bytestring eventful-core eventful-sql-common mtl
persistent text uuid
@ -64075,14 +64128,14 @@ self: {
"eventful-test-helpers" = callPackage
({ mkDerivation, aeson, aeson-casing, base, eventful-core, extra
, hspec, monad-logger
, hspec, monad-logger, text
}:
mkDerivation {
pname = "eventful-test-helpers";
version = "0.1.2";
sha256 = "17i55zi9npjj7c97lc6fzad5aak46agcr73d5lv3yycm4lk2hj1g";
version = "0.1.3";
sha256 = "16ba3184niy3dsh6h08czj7x0bd4abx7ji2aaddd5pvxra9494xl";
libraryHaskellDepends = [
aeson aeson-casing base eventful-core extra hspec monad-logger
aeson aeson-casing base eventful-core extra hspec monad-logger text
];
homepage = "https://github.com/jdreaver/eventful#readme";
description = "Common module used for eventful tests";
@ -87415,6 +87468,8 @@ self: {
pname = "hashable";
version = "1.2.6.1";
sha256 = "0ymv2mcrrgbdc2w39rib171fwnhg7fgp0sy4h8amrh1vw64qgjll";
revision = "1";
editedCabalFile = "1saaj9izz0faj85svdd45z4iygqb9z8i130br9vlqp3py7f2ymzz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -98665,8 +98720,8 @@ self: {
}:
mkDerivation {
pname = "hpack";
version = "0.18.0";
sha256 = "1z738mw0kzic4wx5dpihh1c1gimpjkl14wl6w2nmmdfx2bdjm5rv";
version = "0.18.1";
sha256 = "1ssawa6187m0xzn7i5hn154qajq46jlpbvz1s28qk4bigpv38m7k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -114698,6 +114753,42 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"katip_0_4_0_0" = callPackage
({ mkDerivation, aeson, async, auto-update, base, blaze-builder
, bytestring, containers, criterion, deepseq, directory, either
, exceptions, hostname, microlens, microlens-th, monad-control, mtl
, old-locale, quickcheck-instances, regex-tdfa, resourcet
, semigroups, string-conv, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, template-haskell, text, time
, time-locale-compat, transformers, transformers-base
, transformers-compat, unagi-chan, unix, unordered-containers
}:
mkDerivation {
pname = "katip";
version = "0.4.0.0";
sha256 = "1l9zpq7gr5madmqmm4cp3p6lid0krxaf6gki2qcxlkvsm39cr9vz";
libraryHaskellDepends = [
aeson async auto-update base bytestring containers either
exceptions hostname microlens microlens-th monad-control mtl
old-locale resourcet semigroups string-conv template-haskell text
time transformers transformers-base transformers-compat unagi-chan
unix unordered-containers
];
testHaskellDepends = [
aeson base bytestring directory microlens quickcheck-instances
regex-tdfa tasty tasty-golden tasty-hunit tasty-quickcheck
template-haskell text time time-locale-compat unordered-containers
];
benchmarkHaskellDepends = [
aeson async base blaze-builder criterion deepseq text time
transformers unix
];
homepage = "https://github.com/Soostone/katip";
description = "A structured logging framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"katip-elasticsearch" = callPackage
({ mkDerivation, aeson, async, base, bloodhound, containers
, criterion, deepseq, enclosed-exceptions, exceptions, http-client
@ -117849,8 +117940,8 @@ self: {
}:
mkDerivation {
pname = "language-sally";
version = "0.1.0.1";
sha256 = "0zbq1sjf96hpsidnx2cqwh4g4q3s5zqq6iv92y4rwff58j2fdy35";
version = "0.1.1.0";
sha256 = "10ddikcavh7ppmm5issii7mv9nagrs0841cngz3alfw0sw6bw47v";
libraryHaskellDepends = [
ansi-wl-pprint base bytestring containers text
];
@ -120435,6 +120526,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"lifted-async_0_9_2" = callPackage
({ mkDerivation, async, base, constraints, criterion, deepseq
, HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit
, tasty-th, transformers-base
}:
mkDerivation {
pname = "lifted-async";
version = "0.9.2";
sha256 = "14p8fbbvcr35kkv8ayxlsqcfn55am9lyzmszciww13y8mx7b214z";
libraryHaskellDepends = [
async base constraints lifted-base monad-control transformers-base
];
testHaskellDepends = [
async base HUnit lifted-base monad-control mtl tasty tasty-hunit
tasty-th
];
benchmarkHaskellDepends = [ async base criterion deepseq ];
homepage = "https://github.com/maoe/lifted-async";
description = "Run lifted IO operations asynchronously and wait for their results";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lifted-base" = callPackage
({ mkDerivation, base, criterion, HUnit, monad-control, monad-peel
, test-framework, test-framework-hunit, transformers
@ -123854,8 +123968,8 @@ self: {
}:
mkDerivation {
pname = "loup";
version = "0.0.6";
sha256 = "0lvz5pkb2b4r18hcm4951bc06yb503wywkx20iihax76vgssxr8b";
version = "0.0.8";
sha256 = "0chb4pp8czc0i0nn0dx78r7j7gr3d9mi0f51kdrimk301dpcca29";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -130588,6 +130702,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"monad-mock" = callPackage
({ mkDerivation, base, constraints, exceptions, hspec
, monad-control, mtl, transformers-base
}:
mkDerivation {
pname = "monad-mock";
version = "0.1.0.0";
sha256 = "0ax46lh6j2xxs6xidj1i6jw2yv2i1p79807fcwfqrkb1rl6xchx4";
libraryHaskellDepends = [
base constraints exceptions monad-control mtl transformers-base
];
testHaskellDepends = [ base hspec ];
homepage = "https://github.com/cjdev/monad-mock#readme";
description = "A monad transformer for mocking mtl-style typeclasses";
license = stdenv.lib.licenses.isc;
}) {};
"monad-open" = callPackage
({ mkDerivation, base, exceptions, mtl, transformers }:
mkDerivation {
@ -139635,8 +139766,8 @@ self: {
}:
mkDerivation {
pname = "opencv";
version = "0.0.1.0";
sha256 = "1ar5h1z875bqz52j2d1kqmb1v78prwwwn5nmwqz37kg5qk3lhzkf";
version = "0.0.1.1";
sha256 = "095vljv7y7am7dfn7hp9rncfcbcmmqvgzwgw6iwrp6s3z0qv10jn";
configureFlags = [
"--with-gcc=${stdenv.cc}/bin/c++" "--with-ld=${stdenv.cc}/bin/c++"
];
@ -139668,8 +139799,8 @@ self: {
}:
mkDerivation {
pname = "opencv-extra";
version = "0.0.0.1";
sha256 = "0z0ym7mg6w67vxyj09zybybnhvqvvrdr1n04vzyqj2b5lqbryrw6";
version = "0.1.0.0";
sha256 = "1ah6jipanqag0vk4fjd35rr5xi479w2iym0ix6wd9g9zswb89k8j";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
base bindings-DSL bytestring containers inline-c inline-c-cpp
@ -147851,6 +147982,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"ploton" = callPackage
({ mkDerivation, base, hspec, optparse-applicative, process }:
mkDerivation {
pname = "ploton";
version = "0.1.0.0";
sha256 = "0iv4ngwf7zj20wglpa2klj5a39nfqmwbh7s1kivrlia1mi0xck3d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base optparse-applicative process ];
executableHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
homepage = "https://github.com/ishiy1993/ploton#readme";
description = "A useful cli tool to draw figures";
license = stdenv.lib.licenses.bsd3;
}) {};
"plots" = callPackage
({ mkDerivation, adjunctions, base, base-orphans, colour
, containers, data-default, diagrams-core, diagrams-lib, directory
@ -149401,6 +149548,29 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-schema_0_1_11" = callPackage
({ mkDerivation, base, basic-prelude, optparse-applicative
, postgresql-simple, shelly, text, time, time-locale-compat
}:
mkDerivation {
pname = "postgresql-schema";
version = "0.1.11";
sha256 = "1xhaqxc389dghf77hlz6zy6pa6phxv8by42lzs91ymjhvwhnb7bl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base basic-prelude postgresql-simple shelly text
];
executableHaskellDepends = [
base basic-prelude optparse-applicative shelly text time
time-locale-compat
];
homepage = "https://github.com/mfine/postgresql-schema";
description = "PostgreSQL Schema Management";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, bytestring, bytestring-builder, case-insensitive, containers
@ -150795,15 +150965,13 @@ self: {
}:
mkDerivation {
pname = "prettyprinter-compat-ansi-wl-pprint";
version = "1";
sha256 = "1w84df99n1fwzwyflfjh6bsbrv03yzdsq8b42ziqcb3m1mq5hf1v";
revision = "2";
editedCabalFile = "1bcj2y4b4pj028lllljpj52m622h6rv0qngfyq2xc8jzn7pls5ca";
version = "1.0.1";
sha256 = "0gzpjddnxl4z8pvb0lyal13jbr94dk900k8g4qwcq9fs26vnnb81";
libraryHaskellDepends = [
base prettyprinter prettyprinter-ansi-terminal text
];
homepage = "http://github.com/quchen/prettyprinter";
description = "Prettyprinter compatibility module for previous users of the ansi-wl-pprint package";
description = "Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«";
license = stdenv.lib.licenses.bsd2;
}) {};
@ -152118,6 +152286,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-arbitrary_0_1_0_3" = callPackage
({ mkDerivation, base, bytestring, containers, lens-family
, proto-lens, QuickCheck, text
}:
mkDerivation {
pname = "proto-lens-arbitrary";
version = "0.1.0.3";
sha256 = "029liw55v5k9f5bsfpsadd85sgrriwvrhfk242d2wfp3fypafd39";
libraryHaskellDepends = [
base bytestring containers lens-family proto-lens QuickCheck text
];
homepage = "https://github.com/google/proto-lens";
description = "Arbitrary instances for proto-lens";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-combinators" = callPackage
({ mkDerivation, base, Cabal, data-default-class, HUnit
, lens-family, lens-family-core, proto-lens, proto-lens-protoc
@ -159725,6 +159910,8 @@ self: {
pname = "repa";
version = "3.4.1.2";
sha256 = "0myw05dicby7dhkmjvv9wphfnnx2jj3dxaa50357n76zysxhpy2p";
revision = "1";
editedCabalFile = "0pagab03fw7xp1vvgrc87g6g6zdr60plqhjjxk3fwwm1gs0jj61k";
libraryHaskellDepends = [
base bytestring ghc-prim QuickCheck template-haskell vector
];
@ -167129,8 +167316,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token";
version = "0.4.7.0";
sha256 = "0237kjsvgi6wfn8qisbf93w3irp73i00728zd4v1z3s5a435kgff";
version = "0.4.7.1";
sha256 = "0mswxxq2b6n1f3laz15y87nxnsw5l1bmpl9kfdif4spd286wgaa8";
libraryHaskellDepends = [
aeson-injector base bytestring containers mtl pwstore-fast
servant-auth-token-api servant-server text time transformers uuid
@ -167150,8 +167337,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token-acid";
version = "0.4.1.0";
sha256 = "0m1kpjyl9s6xxmmg6sxq2ipg2ylw0ccvwbqzjg0lx26h9h44wzai";
version = "0.4.1.1";
sha256 = "01y3dis2v984a7g4hfl28ygac6jp6dcr5kzp8b45c4lywsi6pd7a";
libraryHaskellDepends = [
acid-state aeson-injector base bytestring containers ghc-prim
monad-control mtl safe safecopy servant-auth-token
@ -167170,8 +167357,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token-api";
version = "0.4.2.1";
sha256 = "06sn1k17acznmldknlqhfdvlb7cs7wiihsjcfk5xs9wzc6ssrvqf";
version = "0.4.2.2";
sha256 = "0dnaqhri1hg1c3gmlpnpyk21q4cq9j513fnd3g1m9k7mkc6h6bgv";
libraryHaskellDepends = [
aeson aeson-injector base lens raw-strings-qq servant servant-docs
servant-swagger swagger2 text
@ -167191,8 +167378,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token-leveldb";
version = "0.4.2.0";
sha256 = "09pnqdm6n3l5nivcrlczjp4sax0l1cg3l42hxwkw0s0prwvq1vi8";
version = "0.4.2.1";
sha256 = "0i7h05jsc0r644prgifbvj7xrjpr7qsmwhqcc93p33f1wznn9h5n";
libraryHaskellDepends = [
aeson-injector base bytestring concurrent-extra containers
exceptions lens leveldb-haskell monad-control mtl resourcet safe
@ -167214,8 +167401,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token-persistent";
version = "0.5.1.0";
sha256 = "0kvhk4wd8qdiaqjgs3k8s8jlxhph9jddpgq8caf7yldw6wz2kqi2";
version = "0.5.1.1";
sha256 = "09np7cilm1ij7ra06zyx7wqcm8ynras0q6fsfkkklpr5w632ifh1";
libraryHaskellDepends = [
aeson-injector base bytestring containers monad-control mtl
persistent persistent-template servant-auth-token
@ -167237,8 +167424,8 @@ self: {
}:
mkDerivation {
pname = "servant-auth-token-rocksdb";
version = "0.4.2.0";
sha256 = "0268i74lf0ib7kc6nc8nqyfdn761vkdgjl1xyjcz8c8vlg0624vb";
version = "0.4.2.1";
sha256 = "0zl5xr12pnz99798pz1rn6q2msir57df97h6xayj3167zmmdv2fy";
libraryHaskellDepends = [
aeson-injector base bytestring concurrent-extra containers
exceptions lens monad-control mtl resourcet rocksdb safe
@ -168722,16 +168909,18 @@ self: {
}) {};
"serviette" = callPackage
({ mkDerivation, aeson, base, bytestring, generic-deriving, text }:
({ mkDerivation, aeson, base, bytestring, generic-deriving, text
, text-show
}:
mkDerivation {
pname = "serviette";
version = "0.1.0.4";
sha256 = "1i5k12y547z3l2hb4h1zafvv9sbfh5x60hajjw78dnk2p4v1gzl4";
version = "0.1.0.6";
sha256 = "00bh2c73g11bglw5z96g9d1bqkcd783byd3jrf5amgay28xk2l5d";
libraryHaskellDepends = [
aeson base bytestring generic-deriving text
aeson base bytestring generic-deriving text text-show
];
homepage = "https://github.com/v0d1ch/serviette#readme";
description = "JSON to raw Sql string";
description = "JSON to Sql";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -170061,8 +170250,8 @@ self: {
}:
mkDerivation {
pname = "shikensu";
version = "0.3.6";
sha256 = "121ff1a68lrzclx8qq7y5yn8rxqzj6bn92naws5v15ps9mx1b34r";
version = "0.3.7";
sha256 = "1gi1l8rs093s2jxyqwpg7yjbyjc9km87hdxai2j832viwrd828b5";
libraryHaskellDepends = [
aeson base bytestring directory filepath flow Glob text
unordered-containers
@ -170083,10 +170272,8 @@ self: {
}:
mkDerivation {
pname = "shine";
version = "0.1.0.0";
sha256 = "1839whd680f1jm0789i6aqlkfbs8af6szzpfyhxzbxhdqjrz63mj";
revision = "2";
editedCabalFile = "0rq1p8w4yp6y5yf49fw0bpaxjcrb3dkqw9x9fl9j614d5xg03gxj";
version = "0.2.0.1";
sha256 = "07d990gkvgd804a6k85n0m8cxss6855gsgg7d52r341l1l706aca";
libraryHaskellDepends = [
base ghcjs-dom ghcjs-prim keycode mtl time transformers
];
@ -170103,8 +170290,8 @@ self: {
pname = "shine-varying";
version = "0.1.0.0";
sha256 = "13mnzf8i9y7ifn73mvsrzv0dh01vc20cymqli29j384z1491sc40";
revision = "1";
editedCabalFile = "133i3r6kv109vq5hn1y6yq06p79hkfk4cd7qgb6caidgn422cm7v";
revision = "3";
editedCabalFile = "1icg7mcfw6zrdf884kh2g0ss2lki0zf0b3r0yqzmz4h2cwvxl910";
libraryHaskellDepends = [ base ghcjs-dom keycode shine varying ];
testHaskellDepends = [ base ghcjs-dom keycode shine varying ];
homepage = "https://github.com/fgaz/shine-varying";
@ -170402,15 +170589,13 @@ self: {
}) {};
"si-clock" = callPackage
({ mkDerivation, base, bytestring, hsI2C, read-env-var, time
, transformers
}:
({ mkDerivation, base, bytestring, hsI2C, time, transformers }:
mkDerivation {
pname = "si-clock";
version = "0.1.0";
sha256 = "18qgibfy0rj3wxz51rj0ks9bxp574wxpdjxdkjgf8xzsl1hs9h8i";
version = "0.1.1";
sha256 = "1wcw3ws1125lpazar5934v93y76shdl279ll02z8911d3hcx0vh5";
libraryHaskellDepends = [
base bytestring hsI2C read-env-var time transformers
base bytestring hsI2C time transformers
];
description = "An interface to the Silicon Labs Si5351 clock chip";
license = stdenv.lib.licenses.bsd3;
@ -181231,6 +181416,70 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"symantic" = callPackage
({ mkDerivation, base, containers, ghc-prim, mono-traversable
, symantic-document, symantic-grammar, text, transformers
}:
mkDerivation {
pname = "symantic";
version = "6.0.0.20170623";
sha256 = "0g4gfy8hjdwg95hr2jka2b3jvhb5dy27m71sb8kidbk954si8fhy";
libraryHaskellDepends = [
base containers ghc-prim mono-traversable symantic-document
symantic-grammar text transformers
];
description = "Library for Typed Tagless-Final Higher-Order Composable DSL";
license = stdenv.lib.licenses.gpl3;
}) {};
"symantic-document" = callPackage
({ mkDerivation, ansi-terminal, base, text }:
mkDerivation {
pname = "symantic-document";
version = "0.0.0.20170623";
sha256 = "0va9q2lp6vp81sm0vfm10s7ybp34i89bk6p2ry2f0fcr0lhb09i0";
libraryHaskellDepends = [ ansi-terminal base text ];
description = "Document symantics";
license = stdenv.lib.licenses.gpl3;
}) {};
"symantic-grammar" = callPackage
({ mkDerivation, base, megaparsec, tasty, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "symantic-grammar";
version = "0.0.0.20170623";
sha256 = "0ds1r71n96kjsr60l5jlv4kb56v7pplrwp93bzni6hiddfm6g917";
libraryHaskellDepends = [ base text ];
testHaskellDepends = [
base megaparsec tasty tasty-hunit text transformers
];
description = "Library for symantic grammars";
license = stdenv.lib.licenses.gpl3;
}) {};
"symantic-lib" = callPackage
({ mkDerivation, base, containers, ghc-prim, megaparsec
, monad-classes, mono-traversable, symantic, symantic-grammar
, tasty, tasty-hunit, text, transformers
}:
mkDerivation {
pname = "symantic-lib";
version = "0.0.2.20170623";
sha256 = "10wj4p8dj2qb3qk73gkikfazq5szg8yrhjwdhj37xks7hvsfqgsv";
libraryHaskellDepends = [
base containers ghc-prim monad-classes mono-traversable symantic
symantic-grammar text transformers
];
testHaskellDepends = [
base containers megaparsec monad-classes mono-traversable symantic
symantic-grammar tasty tasty-hunit text transformers
];
description = "Symantics for common types";
license = stdenv.lib.licenses.gpl3;
}) {};
"symbol" = callPackage
({ mkDerivation, base, containers, deepseq }:
mkDerivation {
@ -187460,6 +187709,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"thread-local-storage_0_1_2" = callPackage
({ mkDerivation, atomic-primops, base, containers, criterion }:
mkDerivation {
pname = "thread-local-storage";
version = "0.1.2";
sha256 = "0nfl0i9g0d2z199a824ja6vb2h9nqswizv0hn266j0mpid1p3hl5";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ atomic-primops base ];
benchmarkHaskellDepends = [ atomic-primops base criterion ];
homepage = "https://github.com/rrnewton/thread-local-storage";
description = "Several options for thread-local-storage (TLS) in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"threadPool" = callPackage
({ mkDerivation, base, process }:
mkDerivation {
@ -187781,8 +188045,8 @@ self: {
}:
mkDerivation {
pname = "throwable-exceptions";
version = "0.1.0.6";
sha256 = "0mfc5jc23l7wxsl8c5r5s3i1kvhi2jqzlhif3wb00bh292g1p9ak";
version = "0.1.0.7";
sha256 = "1afxzk9xvxlvi13ysda9gcv6zzr7njcvi5p15lbn9bg68nrwqazj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base safe-exceptions template-haskell ];
@ -202430,19 +202694,19 @@ self: {
"wolf" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-swf, base, bytestring
, conduit, directory, exceptions, filemanip, filepath, http-types
, lifted-async, lifted-base, monad-control, optparse-generic
, preamble, process, resourcet, shakers, time, uuid, yaml
, lifted-async, lifted-base, optparse-generic, preamble, process
, shakers, time, uuid, yaml
}:
mkDerivation {
pname = "wolf";
version = "0.3.18";
sha256 = "08wpjp1m6szx2sp4g7h03ks7r2ryadzz3a3apchd2vymhlb1qaxb";
version = "0.3.19";
sha256 = "1bgwcklmxygc7f44nrcckdccdwg7f1y4s1qhfzn33ji1dkkhdp8m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson amazonka amazonka-swf base bytestring conduit directory
exceptions filemanip filepath http-types lifted-async lifted-base
monad-control preamble process resourcet time uuid yaml
preamble process time uuid yaml
];
executableHaskellDepends = [ base optparse-generic shakers ];
homepage = "https://github.com/swift-nav/wolf";
@ -203052,6 +203316,8 @@ self: {
pname = "writer-cps-morph";
version = "0.1.0.2";
sha256 = "1n6m7wpxvvnxgkjz8qfiqz9jn2d83qb9wj4gmp476fg8vjvhf7g9";
revision = "1";
editedCabalFile = "0dqpbpaidwa7ahk0n7pv397mv7ncr26p3vcrjh1xzl6vk26bdah5";
libraryHaskellDepends = [ base mmorph writer-cps-transformers ];
homepage = "https://github.com/louispan/writer-cps-morph#readme";
description = "MFunctor instance for CPS style WriterT and RWST";
@ -209040,7 +209306,7 @@ self: {
description = "An embedded language for programming the Yices SMT solver";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gmp; yices = null;};
}) {inherit (pkgs) gmp; inherit (pkgs) yices;};
"yjftp" = callPackage
({ mkDerivation, base, directory, ftphs, haskeline, hsConfigure