forked from mirrors/nixpkgs
hackage-packages.nix: update to a6e45bb640
with hackage2nix revision 6c4694e3e3d2f6135be35b967f6f459a01789604
This commit is contained in:
parent
362e60a5dc
commit
19c5b0a8cd
|
@ -3192,6 +3192,29 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"DSA" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, crypto-api
|
||||
, crypto-pubkey-types, DRBG, ghc-prim, HUnit, integer-gmp
|
||||
, QuickCheck, SHA, tagged, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "DSA";
|
||||
version = "1";
|
||||
sha256 = "0js67dj7dls7ivvdw1hvxc1cw0rl4bvnfip16ygmgwg98344bfwl";
|
||||
buildDepends = [
|
||||
base binary bytestring crypto-api crypto-pubkey-types ghc-prim
|
||||
integer-gmp SHA tagged
|
||||
];
|
||||
testDepends = [
|
||||
base binary bytestring crypto-api crypto-pubkey-types DRBG ghc-prim
|
||||
HUnit integer-gmp QuickCheck SHA tagged test-framework
|
||||
test-framework-hunit test-framework-quickcheck2
|
||||
];
|
||||
description = "Implementation of DSA, based on the description of FIPS 186-4";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"DSH" = callPackage
|
||||
({ mkDerivation, aeson, algebra-dag, ansi-wl-pprint, base
|
||||
, bytestring, containers, Decimal, dlist, either, hashable, HUnit
|
||||
|
@ -14088,10 +14111,9 @@ self: {
|
|||
({ mkDerivation, base, directory, mtl, syb, transformers }:
|
||||
mkDerivation {
|
||||
pname = "Strafunski-StrategyLib";
|
||||
version = "5.0.0.7";
|
||||
sha256 = "0dsa3zg24rk52zyyh2y13sb0fnh01vwq0y2yybyiy3vkc7pznjvq";
|
||||
version = "5.0.0.8";
|
||||
sha256 = "09k9lcrrdzj6p7ywagc6mw17g4x9i743np36p4dkdp37q48j0mac";
|
||||
buildDepends = [ base directory mtl syb transformers ];
|
||||
jailbreak = true;
|
||||
description = "Library for strategic programming";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -17366,8 +17388,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-better-errors";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "01kfbbpf0kdjidgiscljg6mx0x4qk89n5jl44lhg52i3ni3wr28x";
|
||||
version = "0.8.0";
|
||||
sha256 = "1synbykzdkrkdys9xl0y9yarbi7ya0ij62smambi9ndz474ngb95";
|
||||
buildDepends = [
|
||||
aeson base bytestring dlist mtl scientific text transformers
|
||||
transformers-compat unordered-containers vector void
|
||||
|
@ -20084,6 +20106,22 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"app-lens" = callPackage
|
||||
({ mkDerivation, base, containers, lens, mtl }:
|
||||
mkDerivation {
|
||||
pname = "app-lens";
|
||||
version = "0.1.0.0";
|
||||
revision = "1";
|
||||
sha256 = "0gizjnc7x1ggryfrm4d87xiyjz9yw6c5y3zp23x40bgmw49zl318";
|
||||
editedCabalFile = "a143bd5aec7a06285e0ef56e76f31e0d8b69f277da57ce4d88a7688355ca86a6";
|
||||
buildDepends = [ base containers lens mtl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://bitbucket.org/kztk/app-lens";
|
||||
description = "applicative (functional) bidirectional programming beyond composition chains";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"app-settings" = callPackage
|
||||
({ mkDerivation, base, containers, directory, hspec, HUnit, mtl
|
||||
, parsec, text
|
||||
|
@ -21696,8 +21734,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base, transformers }:
|
||||
mkDerivation {
|
||||
pname = "attoparsec-trans";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "11a743qgh9rwjyf1hng5jg139xr11dsjj1bisqaaayb17addd2xx";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0lsbl7hhirr13jmn6fc4g5443j73p4rxjgxvv967n5dsp7xrjaa7";
|
||||
buildDepends = [ attoparsec base transformers ];
|
||||
homepage = "https://github.com/srijs/haskell-attoparsec-trans";
|
||||
description = "Interleaved effects for attoparsec parsers";
|
||||
|
@ -25872,6 +25910,7 @@ self: {
|
|||
homepage = "https://github.com/tebello-thejane/bitx-haskell";
|
||||
description = "A Haskell library for working with the BitX bitcoin exchange";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bk-tree" = callPackage
|
||||
|
@ -29652,6 +29691,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cased" = callPackage
|
||||
({ mkDerivation, base, text }:
|
||||
mkDerivation {
|
||||
pname = "cased";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "08xdc0mpp6b6inaxh6cr6ni08sy2ahfcbq8xbs3m4cfqbrqfd543";
|
||||
buildDepends = [ base text ];
|
||||
homepage = "https://github.com/jb55/cased";
|
||||
description = "Track string casing in its type";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"cases" = callPackage
|
||||
({ mkDerivation, attoparsec, base, base-prelude, HTF, HUnit
|
||||
, loch-th, placeholders, QuickCheck, text
|
||||
|
@ -40428,6 +40479,7 @@ self: {
|
|||
homepage = "https://github.com/kryoxide/delta";
|
||||
description = "A library for detecting file changes";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"delta-h" = callPackage
|
||||
|
@ -43301,12 +43353,14 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "dozens";
|
||||
version = "0.1.1";
|
||||
revision = "1";
|
||||
sha256 = "1hvsdc69ag4x8rp2pzr3cxjfbl4fh9bdj4bwlkfvpr755qdi45ky";
|
||||
editedCabalFile = "08e6297d7be6ec753261aa5cb8f265a6ba6c369f44d25f46f9784ae1d8a88e52";
|
||||
buildDepends = [
|
||||
aeson base bytestring data-default-class http-client http-types
|
||||
reflection scientific text transformers
|
||||
];
|
||||
homepage = "https://github.com/philopon/apiary";
|
||||
homepage = "https://github.com/philopon/dozens-hs";
|
||||
description = "dozens api library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
@ -45732,8 +45786,8 @@ self: {
|
|||
({ mkDerivation, base, bytestring, unix }:
|
||||
mkDerivation {
|
||||
pname = "entropy";
|
||||
version = "0.3.6";
|
||||
sha256 = "1sfv930hvdmf018ngdl15jac2bgj75941w0ndlh78n1jgmf04jhn";
|
||||
version = "0.3.7";
|
||||
sha256 = "1vzg9fi597dbrcbjsr71y47rvmhiih7lg5rjnb297fzdlbmj1w0z";
|
||||
buildDepends = [ base bytestring unix ];
|
||||
homepage = "https://github.com/TomMD/entropy";
|
||||
description = "A platform independent entropy source";
|
||||
|
@ -65943,8 +65997,8 @@ self: {
|
|||
({ mkDerivation, base, binary, gsl, hmatrix, storable-complex }:
|
||||
mkDerivation {
|
||||
pname = "hmatrix-gsl-stats";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0zrh3knwqkaqlgajza22jfg3xhsxhiaf8qmiwnd9qjbasnm5a1lp";
|
||||
version = "0.4";
|
||||
sha256 = "08rrvn833psl0fic1zvhgv2ymgj16cdrfwv003fiapphnqxcpj9a";
|
||||
buildDepends = [ base binary hmatrix storable-complex ];
|
||||
pkgconfigDepends = [ gsl ];
|
||||
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
|
||||
|
@ -75067,8 +75121,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "inline-c";
|
||||
version = "0.5.3.2";
|
||||
sha256 = "0sihzjscdrk02z2d22j0fcqgk05nhpg16zy2cdkxjj4cp09nbaac";
|
||||
version = "0.5.3.4";
|
||||
sha256 = "1hn1diaxvg0658j9wy9nsa4fhjzjk4g9f161gb26n5cfymsjnnc3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -79305,6 +79359,7 @@ self: {
|
|||
homepage = "https://github.com/nikita-volkov/laika";
|
||||
description = "Minimalistic type-checked compile-time template engine";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lambda-ast" = callPackage
|
||||
|
@ -81394,8 +81449,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lentil";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "06k0vvxp8vd43bbslm78lmmmc89q3b9ghwfj0chvaw32m0hd8l0z";
|
||||
version = "0.1.1.3";
|
||||
sha256 = "0m2k3ba4b9dxd5ql8z3m9lmbc9lbxl1d2vi0k0024mjlpp0kdwwm";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -88816,8 +88871,8 @@ self: {
|
|||
({ mkDerivation, base, containers, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "monad-skeleton";
|
||||
version = "0.1.2";
|
||||
sha256 = "13lkbbvajfl4lr6r5plmxvqk6bxn7mp6acsyfxwh2yr6krzdlb82";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "0sg1yj4cp7ac26ydwhpc05j9bs3scaj25b9sb0xr1gw1qasnyi76";
|
||||
buildDepends = [ base containers ghc-prim ];
|
||||
homepage = "https://github.com/fumieval/monad-skeleton";
|
||||
description = "An undead monad";
|
||||
|
@ -89345,8 +89400,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mono-traversable";
|
||||
version = "0.9.2";
|
||||
sha256 = "1cw8bsf6ayalsx0l0xwb2f2j2rg6zpfsvci174fr4xiyr646mpd6";
|
||||
version = "0.9.2.1";
|
||||
sha256 = "1vs2nl3c0gdhaxxh013ri3l9n13yl9nawiynpsyq6zp495xq5hrl";
|
||||
buildDepends = [
|
||||
base bytestring comonad containers dlist dlist-instances hashable
|
||||
semigroupoids semigroups text transformers unordered-containers
|
||||
|
@ -93751,6 +93806,26 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"notzero" = callPackage
|
||||
({ mkDerivation, base, bifunctors, directory, doctest, filepath
|
||||
, lens, mtl, QuickCheck, semigroupoids, semigroups
|
||||
, template-haskell, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "notzero";
|
||||
version = "0.0.1";
|
||||
sha256 = "1sk7hq3qpfrimgpg4r22lzl749yazv1hka3si4921gg61w4bdx8l";
|
||||
buildDepends = [
|
||||
base bifunctors lens mtl semigroupoids semigroups transformers
|
||||
];
|
||||
testDepends = [
|
||||
base directory doctest filepath QuickCheck template-haskell
|
||||
];
|
||||
homepage = "https://github.com/NICTA/notzero";
|
||||
description = "A data type for representing numeric values, except zero";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"np-extras" = callPackage
|
||||
({ mkDerivation, base, containers, numeric-prelude, primes }:
|
||||
mkDerivation {
|
||||
|
@ -105160,6 +105235,7 @@ self: {
|
|||
homepage = "https://github.com/nikita-volkov/record-aeson";
|
||||
description = "Instances of \"aeson\" classes for the \"record\" types";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"record-gl" = callPackage
|
||||
|
@ -105183,6 +105259,7 @@ self: {
|
|||
];
|
||||
description = "Utilities for working with OpenGL's GLSL shading language and Nikita Volkov's \"Record\"s";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"record-preprocessor" = callPackage
|
||||
|
@ -105201,6 +105278,7 @@ self: {
|
|||
homepage = "https://github.com/nikita-volkov/record-preprocessor";
|
||||
description = "Compiler preprocessor introducing a syntactic extension for anonymous records";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"record-syntax" = callPackage
|
||||
|
@ -105223,6 +105301,7 @@ self: {
|
|||
homepage = "https://github.com/nikita-volkov/record-syntax";
|
||||
description = "A library for parsing and processing the Haskell syntax sprinkled with anonymous records";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"records" = callPackage
|
||||
|
@ -106389,22 +106468,20 @@ self: {
|
|||
}) {};
|
||||
|
||||
"relational-query" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, Cabal, cabal-test-compat
|
||||
, containers, dlist, names-th, persistable-record, sql-words
|
||||
({ mkDerivation, array, base, bytestring, containers, dlist
|
||||
, names-th, persistable-record, quickcheck-simple, sql-words
|
||||
, template-haskell, text, time, time-locale-compat, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "relational-query";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "1yhcdc0m839pdwhb2vv25wz1vbhk5ynfkb9d6xgkjymsjvqlp78n";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "1n9x0yrfjgyf49b19vjp0n57h88vvj6bzc8nz0c9z0568cdb9fsh";
|
||||
buildDepends = [
|
||||
array base bytestring containers dlist names-th persistable-record
|
||||
sql-words template-haskell text time time-locale-compat
|
||||
transformers
|
||||
];
|
||||
testDepends = [
|
||||
base Cabal cabal-test-compat containers transformers
|
||||
];
|
||||
testDepends = [ base containers quickcheck-simple transformers ];
|
||||
homepage = "http://khibino.github.io/haskell-relational-record/";
|
||||
description = "Typeful, Modular, Relational, algebraic query engine";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -111796,6 +111873,158 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"serversession" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring
|
||||
, containers, data-default, hashable, hspec, nonce, path-pieces
|
||||
, QuickCheck, text, time, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession";
|
||||
version = "1.0";
|
||||
sha256 = "0g56lqcrfhl9mrzqcd0sckyc98friqlfjxl1ws1j2zsc1z153x1a";
|
||||
buildDepends = [
|
||||
aeson base base64-bytestring bytestring data-default hashable nonce
|
||||
path-pieces text time transformers unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
aeson base base64-bytestring bytestring containers data-default
|
||||
hspec nonce path-pieces QuickCheck text time transformers
|
||||
unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Secure, modular server-side sessions";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"serversession-backend-acid-state" = callPackage
|
||||
({ mkDerivation, acid-state, base, containers, hspec, mtl, safecopy
|
||||
, serversession, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-backend-acid-state";
|
||||
version = "1.0";
|
||||
sha256 = "122mp6vcc89f44vijlncywmbsim76hhhlzw38snnsmsfn0q96ln1";
|
||||
buildDepends = [
|
||||
acid-state base containers mtl safecopy serversession
|
||||
unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
acid-state base containers hspec mtl safecopy serversession
|
||||
unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Storage backend for serversession using acid-state";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"serversession-backend-persistent" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
||||
, hspec, monad-logger, path-pieces, persistent
|
||||
, persistent-postgresql, persistent-sqlite, persistent-template
|
||||
, QuickCheck, resource-pool, serversession, tagged, text, time
|
||||
, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-backend-persistent";
|
||||
version = "1.0";
|
||||
sha256 = "1rcfff45qm8akjbby1j64lmc8gff96gzssk2jaw8x5k5nn2pdgq0";
|
||||
buildDepends = [
|
||||
aeson base base64-bytestring bytestring cereal path-pieces
|
||||
persistent serversession tagged text time transformers
|
||||
unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
aeson base base64-bytestring bytestring cereal hspec monad-logger
|
||||
path-pieces persistent persistent-postgresql persistent-sqlite
|
||||
persistent-template QuickCheck resource-pool serversession text
|
||||
time transformers unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Storage backend for serversession using persistent and an RDBMS";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"serversession-backend-redis" = callPackage
|
||||
({ mkDerivation, base, bytestring, hedis, hspec, path-pieces
|
||||
, serversession, tagged, text, time, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-backend-redis";
|
||||
version = "1.0";
|
||||
sha256 = "0r1zr25zw80s4psscdwscf7wlm8qfw4dyk0kkczzvj5434jnxnj2";
|
||||
buildDepends = [
|
||||
base bytestring hedis path-pieces serversession tagged text time
|
||||
transformers unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
base bytestring hedis hspec path-pieces serversession text time
|
||||
transformers unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Storage backend for serversession using Redis";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"serversession-frontend-snap" = callPackage
|
||||
({ mkDerivation, base, bytestring, nonce, path-pieces
|
||||
, serversession, snap, snap-core, text, time, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-frontend-snap";
|
||||
version = "1.0";
|
||||
sha256 = "1n29c3jfv61fz9kfc4zjwj7df1fll74l2kqccxmg4id8jpsrywci";
|
||||
buildDepends = [
|
||||
base bytestring nonce path-pieces serversession snap snap-core text
|
||||
time transformers unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Snap bindings for serversession";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"serversession-frontend-wai" = callPackage
|
||||
({ mkDerivation, base, bytestring, cookie, data-default
|
||||
, path-pieces, serversession, text, time, transformers
|
||||
, unordered-containers, vault, wai, wai-session
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-frontend-wai";
|
||||
version = "1.0";
|
||||
sha256 = "0rxifhjirhmhk1x14m6lvpv6dl32g179i4i3xi3dq59r7l716j0b";
|
||||
buildDepends = [
|
||||
base bytestring cookie data-default path-pieces serversession text
|
||||
time transformers unordered-containers vault wai wai-session
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "wai-session bindings for serversession";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"serversession-frontend-yesod" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, cookie, data-default
|
||||
, path-pieces, serversession, text, time, transformers
|
||||
, unordered-containers, wai, yesod-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serversession-frontend-yesod";
|
||||
version = "1.0";
|
||||
sha256 = "0lv7gkj4inks98g44n5kqvx5s4c66lmxf7gqfdly54znggglcf86";
|
||||
buildDepends = [
|
||||
base bytestring containers cookie data-default path-pieces
|
||||
serversession text time transformers unordered-containers wai
|
||||
yesod-core
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/serversession";
|
||||
description = "Yesod bindings for serversession";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"servius" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, blaze-html, bytestring
|
||||
, cmdargs, containers, directory, hamlet, http-types, mime-types
|
||||
|
@ -114852,8 +115081,8 @@ self: {
|
|||
({ mkDerivation, acid-state, base, mtl, snap, text, transformers }:
|
||||
mkDerivation {
|
||||
pname = "snaplet-acid-state";
|
||||
version = "0.2.6.2";
|
||||
sha256 = "0p4cfc5llz2z0jfmkj225nxi8abdncjl53g1rjwc86yfgld0wwm9";
|
||||
version = "0.2.7";
|
||||
sha256 = "0vjqcmcp0p8vmh7vzwv62bigbx1ck2vnaxlkqmg5wddn0mhfm6gx";
|
||||
buildDepends = [ acid-state base mtl snap text transformers ];
|
||||
homepage = "https://github.com/mightybyte/snaplet-acid-state";
|
||||
description = "acid-state snaplet for Snap Framework";
|
||||
|
@ -116505,8 +116734,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "species";
|
||||
version = "0.3.3";
|
||||
sha256 = "0cy6l4gvzydl9k2ijxkxhr6jqjbf85z71v6zrvbdajc3xip99w6i";
|
||||
version = "0.3.4";
|
||||
sha256 = "1j1bf1l5hg67kagbzwyjw8fnli2axi6ny4zb8fdd1m8zqqrajxr4";
|
||||
buildDepends = [
|
||||
base containers multiset-comb np-extras numeric-prelude
|
||||
template-haskell
|
||||
|
@ -117075,13 +117304,13 @@ self: {
|
|||
}) {};
|
||||
|
||||
"sql-words" = callPackage
|
||||
({ mkDerivation, base, Cabal, cabal-test-compat, QuickCheck }:
|
||||
({ mkDerivation, base, QuickCheck, quickcheck-simple }:
|
||||
mkDerivation {
|
||||
pname = "sql-words";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "03r6lk4rgk55idxqifazrq673hnkzr089b34qjv1x3yk160xnmz8";
|
||||
version = "0.1.3.1";
|
||||
sha256 = "17dma51naynrxhvljwp7s3sadnmfqgallxsq7l763z6d0a25zkn9";
|
||||
buildDepends = [ base ];
|
||||
testDepends = [ base Cabal cabal-test-compat QuickCheck ];
|
||||
testDepends = [ base QuickCheck quickcheck-simple ];
|
||||
homepage = "http://khibino.github.io/haskell-relational-record/";
|
||||
description = "Simple idea SQL keywords data constructor into OverloadedString";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -117111,8 +117340,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "sqlite-simple";
|
||||
version = "0.4.8.0";
|
||||
sha256 = "098d1s80wlvsp307422f79bm3a9knvgw5ni6jap62fl4rpa7fsmz";
|
||||
version = "0.4.9.0";
|
||||
sha256 = "18v03yqq9jxyvxq93rh20sxak4ffsshhpq9v9lrz1lk9vnhy9pw1";
|
||||
buildDepends = [
|
||||
attoparsec base blaze-builder blaze-textual bytestring containers
|
||||
direct-sqlite text time transformers
|
||||
|
@ -123182,7 +123411,9 @@ test/package-dump/ghc-7.10.txt";
|
|||
mkDerivation {
|
||||
pname = "text-position";
|
||||
version = "0.1.0.0";
|
||||
revision = "1";
|
||||
sha256 = "0cdi5kwpwvzmadhgkgnwax4jhllm6gjrsg1y3f3fp12x28nml1g8";
|
||||
editedCabalFile = "45fd633a94e0a13dbaeeb1791725a72d185f54027569e967f8006f07df67d586";
|
||||
buildDepends = [ base regex-applicative ];
|
||||
testDepends = [ base QuickCheck regex-applicative ];
|
||||
jailbreak = true;
|
||||
|
@ -133818,6 +134049,32 @@ test/package-dump/ghc-7.10.txt";
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wolf" = callPackage
|
||||
({ mkDerivation, aeson, amazonka, amazonka-s3, amazonka-swf, base
|
||||
, bytestring, conduit, conduit-extra, cryptohash, exceptions
|
||||
, fast-logger, http-conduit, lens, monad-control, monad-logger, mtl
|
||||
, optparse-applicative, safe, shelly, text, transformers
|
||||
, transformers-base, unordered-containers, uuid, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wolf";
|
||||
version = "0.1.0";
|
||||
sha256 = "1b51gb7waxv0i7l3phz0h24n5jpir51b7zycs75kb1wn8qmm8ia3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson amazonka amazonka-s3 amazonka-swf base bytestring conduit
|
||||
conduit-extra cryptohash exceptions fast-logger http-conduit lens
|
||||
monad-control monad-logger mtl optparse-applicative safe shelly
|
||||
text transformers transformers-base unordered-containers uuid yaml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/swift-nav/wolf";
|
||||
description = "Amazon Simple Workflow Service Wrapper";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"word-trie" = callPackage
|
||||
({ mkDerivation, base, binary, containers, hspec, QuickCheck }:
|
||||
mkDerivation {
|
||||
|
@ -137055,13 +137312,13 @@ test/package-dump/ghc-7.10.txt";
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-crud-persist";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0kzigyggzxv4ps8a15bhk8ngxn15inp630x0v3kn0j1xdmj7inpw";
|
||||
version = "0.1.1";
|
||||
sha256 = "171papb9hns62jswqxkg4q41wb8sb72714i4wghx7g8svh17lv28";
|
||||
buildDepends = [
|
||||
base lens persistent text transformers wai yesod-core yesod-form
|
||||
yesod-persistent
|
||||
];
|
||||
homepage = "google.com";
|
||||
homepage = "https://github.com/andrewthad/yesod-crud-persist";
|
||||
description = "Flexible CRUD subsite usable with Yesod and Persistent";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -137818,10 +138075,9 @@ test/package-dump/ghc-7.10.txt";
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-table";
|
||||
version = "0.1.1";
|
||||
sha256 = "0glbdm19bf0pxp0y2831yi0yxjwc3b9xfhsdimxyc5ppm2dqdxsj";
|
||||
version = "0.1.2";
|
||||
sha256 = "1415y7q45s65cklqyrvcgsqi6v07p698024d5wfghcjnv9qylwmi";
|
||||
buildDepends = [ base containers contravariant text yesod-core ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/andrewthad/yesod-table";
|
||||
description = "HTML tables for Yesod";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue