hackage-packages.nix: update Haskell package set

This update was generated by hackage2nix v20160308-3-g8057d11 using the following inputs:

  - Nixpkgs: bba4f2bbe3
  - Hackage: ab666959f0
  - LTS Haskell: 6c45757bda
  - Stackage Nightly: d8a2cae779
This commit is contained in:
Peter Simons
2016-03-23 19:07:08 +01:00
parent f43407f6bb
commit 408f4aa654
82 changed files with 562 additions and 60 deletions

View File

@@ -724,6 +724,7 @@ self: {
description = "A dependently typed functional programming language and proof assistant";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ abbradar ];
}) {inherit (pkgs) emacs;};
"Agda_2_4_2_4" = callPackage
@@ -760,6 +761,7 @@ self: {
description = "A dependently typed functional programming language and proof assistant";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ abbradar ];
}) {inherit (pkgs) emacs;};
"Agda" = callPackage
@@ -797,7 +799,7 @@ self: {
homepage = "http://wiki.portal.chalmers.se/agda/";
description = "A dependently typed functional programming language and proof assistant";
license = "unknown";
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with stdenv.lib.maintainers; [ abbradar ];
}) {inherit (pkgs) emacs;};
"Agda-executable" = callPackage
@@ -20020,28 +20022,29 @@ self: {
}) {};
"VKHS" = callPackage
({ mkDerivation, aeson, base, bimap, bytestring, containers, curl
, curlhs, directory, failure, filepath, mtl, optparse-applicative
, parsec, pretty-show, regexpr, safe, split, tagsoup
, template-haskell, text, time, transformers, utf8-string, vector
({ mkDerivation, aeson, base, bytestring, case-insensitive, clock
, containers, data-default-class, directory, EitherT, filepath
, http-client, http-client-tls, http-types, mtl, network-uri
, optparse-applicative, parsec, pipes, pipes-http, regexpr, split
, tagsoup, text, time, utf8-string, vector
}:
mkDerivation {
pname = "VKHS";
version = "0.5.7";
sha256 = "89cb9291667358d2df2fb86e1cb87fef42ebfbd410e31222d8b3d90199df72cd";
version = "1.6.1";
sha256 = "9a744578cdde23d4ffd477ef44443e52abf862ad48f5c328af229582b5f4c94a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bimap bytestring containers curlhs directory failure
filepath mtl optparse-applicative parsec pretty-show regexpr safe
split tagsoup template-haskell text time transformers utf8-string
vector
aeson base bytestring case-insensitive clock containers
data-default-class directory EitherT filepath http-client
http-client-tls http-types mtl network-uri optparse-applicative
parsec pipes pipes-http split tagsoup time utf8-string vector
];
executableSystemDepends = [ curl ];
executableHaskellDepends = [ regexpr text ];
homepage = "http://github.com/grwlf/vkhs";
description = "Provides access to Vkontakte social network via public API";
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) curl;};
}) {};
"Validation" = callPackage
({ mkDerivation, base, bifunctors, semigroupoids, semigroups }:
@@ -20171,6 +20174,19 @@ self: {
license = "GPL";
}) {};
"ViennaRNAParser_1_2_9" = callPackage
({ mkDerivation, base, hspec, parsec, process, transformers }:
mkDerivation {
pname = "ViennaRNAParser";
version = "1.2.9";
sha256 = "f4e8964ce0710a0461d49e790784a8b82579f4c6079c5732b7fe1ae09fefb219";
libraryHaskellDepends = [ base parsec process transformers ];
testHaskellDepends = [ base hspec parsec ];
description = "Libary for parsing ViennaRNA package output";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"Vulkan" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -23170,7 +23186,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aeson_0_11_1_3" = callPackage
"aeson_0_11_1_4" = callPackage
({ mkDerivation, attoparsec, base, base-orphans, bytestring
, containers, deepseq, dlist, fail, ghc-prim, hashable, HUnit, mtl
, QuickCheck, quickcheck-instances, scientific, semigroups, syb
@@ -23180,8 +23196,8 @@ self: {
}:
mkDerivation {
pname = "aeson";
version = "0.11.1.3";
sha256 = "eeef5e20f55687f0aa5f230f770b0ad6ada2e0694ff5830767faeb227f6cd09f";
version = "0.11.1.4";
sha256 = "59ee31bb0fe71ae68bbfa3f3b977443ff200c6dfaaa442485e7295a75fcf7845";
libraryHaskellDepends = [
attoparsec base bytestring containers deepseq dlist fail ghc-prim
hashable mtl scientific semigroups syb tagged template-haskell text
@@ -34188,6 +34204,7 @@ self: {
];
description = "Library for Nix expression dependency generation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"autonix-deps-kf5" = callPackage
@@ -34209,6 +34226,7 @@ self: {
];
description = "Generate dependencies for KDE 5 Nix expressions";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"autoproc" = callPackage
@@ -44838,6 +44856,25 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
"cabal-rpm_0_9_10" = callPackage
({ mkDerivation, base, Cabal, directory, filepath, process, time
, unix
}:
mkDerivation {
pname = "cabal-rpm";
version = "0.9.10";
sha256 = "6533970ff2b3d28fcdf99d20dcea9f382e2f1610b8610244073679bb82c6d88d";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base Cabal directory filepath process time unix
];
homepage = "https://github.com/juhp/cabal-rpm";
description = "RPM packaging tool for Haskell Cabal-based packages";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cabal-scripts" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -51803,6 +51840,7 @@ self: {
homepage = "http://github.com/haskell-distributed/cloud-haskell";
description = "The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"cloudfront-signer" = callPackage
@@ -58149,8 +58187,8 @@ self: {
}:
mkDerivation {
pname = "creatur";
version = "5.9.9";
sha256 = "3662a2b632bb86edb14b5f89d5be7cbda94401e651aa43d4e24f15ddf72aa209";
version = "5.9.10";
sha256 = "d953d471c6dae5c10decf870103b01bd7a8f89d4f64a985951499c1d419ac9fd";
libraryHaskellDepends = [
array base bytestring cereal cond directory exceptions filepath
gray-extended hdaemonize hsyslog MonadRandom mtl old-locale process
@@ -59337,6 +59375,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"cryptonite-openssl" = callPackage
({ mkDerivation, base, bytestring, cryptonite, memory, openssl
, tasty, tasty-hunit, tasty-kat, tasty-quickcheck
}:
mkDerivation {
pname = "cryptonite-openssl";
version = "0.1";
sha256 = "0a06b7903b069d17203f4d485033bcc7334c4cbdb478b43cbd321083de133964";
libraryHaskellDepends = [ base bytestring memory ];
librarySystemDepends = [ openssl ];
testHaskellDepends = [
base bytestring cryptonite tasty tasty-hunit tasty-kat
tasty-quickcheck
];
homepage = "https://github.com/haskell-crypto/cryptonite-openssl";
description = "Crypto stuff using OpenSSL cryptographic library";
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) openssl;};
"cryptsy-api" = callPackage
({ mkDerivation, aeson, base, bytestring, deepseq, either
, http-client, http-client-tls, old-locale, pipes-attoparsec
@@ -64153,6 +64210,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"derive_2_5_24" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, haskell-src-exts, pretty, process, syb, template-haskell
, transformers, uniplate
}:
mkDerivation {
pname = "derive";
version = "2.5.24";
sha256 = "ba0494092c69a301f59fbc19e08ca3834d6e6fe1fd957b381b5eaba9319bfa8a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers directory filepath haskell-src-exts
pretty process syb template-haskell transformers uniplate
];
executableHaskellDepends = [ base ];
homepage = "https://github.com/ndmitchell/derive#readme";
description = "A program and library to derive instances for data types";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"derive-IG" = callPackage
({ mkDerivation, base, instant-generics, template-haskell }:
mkDerivation {
@@ -67907,6 +67986,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-async";
description = "Cloud Haskell Async API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-azure" = callPackage
@@ -67996,6 +68076,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-client-server";
description = "The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-ekg" = callPackage
@@ -68082,6 +68163,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-execution";
description = "Execution Framework for The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-extras_0_2_0" = callPackage
@@ -68411,6 +68493,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-supervisor";
description = "Supervisors for The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-task_0_1_1" = callPackage
@@ -68484,6 +68567,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-task";
description = "Task Framework for The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-tests" = callPackage
@@ -68508,6 +68592,7 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests";
description = "Tests and test support tools for distributed-process";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"distributed-process-zookeeper" = callPackage
@@ -71681,8 +71766,8 @@ self: {
}:
mkDerivation {
pname = "egison";
version = "3.5.10";
sha256 = "fe238837980117e0ac89dfc048e31444889d00c3d3216251ccd3dac3c471a81e";
version = "3.6.0";
sha256 = "16ef278a19fdd9bbc7d58fa8864049b17c47f6ad236e020d00927467726833b2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -86465,6 +86550,33 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"giphy-api" = callPackage
({ mkDerivation, aeson, base, basic-prelude, bytestring, containers
, directory, either, hspec, lens, microlens, microlens-th, mtl
, network-uri, optparse-applicative, servant, servant-client, text
}:
mkDerivation {
pname = "giphy-api";
version = "0.1.0.0";
sha256 = "b854ab4ffc977bf54a8b7c45b23799a3d81747394c4c4c3d93f32e9242653dd6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base containers either microlens microlens-th mtl network-uri
servant servant-client text
];
executableHaskellDepends = [
base lens network-uri optparse-applicative text
];
testHaskellDepends = [
aeson base basic-prelude bytestring containers directory hspec lens
network-uri text
];
homepage = "http://github.com/passy/giphy-api#readme";
description = "Giphy HTTP API wrapper and CLI search tool";
license = stdenv.lib.licenses.bsd3;
}) {};
"gist" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, http-conduit
, text
@@ -91661,6 +91773,7 @@ self: {
];
description = "Extended Converter Library for groundhog embedded types";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"groundhog-inspector" = callPackage
@@ -110386,6 +110499,37 @@ self: {
license = "unknown";
}) {};
"hopenpgp-tools_0_17_1" = callPackage
({ mkDerivation, aeson, alex, ansi-wl-pprint, array, attoparsec
, base, base16-bytestring, binary, binary-conduit, bytestring
, conduit, conduit-extra, containers, crypto-pubkey, cryptohash
, directory, errors, fgl, graphviz, happy, hOpenPGP, ixset-typed
, lens, monad-loops, openpgp-asciiarmor, optparse-applicative
, resourcet, text, time, time-locale-compat, transformers
, unordered-containers, wl-pprint-extras, wl-pprint-terminfo, yaml
}:
mkDerivation {
pname = "hopenpgp-tools";
version = "0.17.1";
sha256 = "1715f4c74b2299c50bba11a3315b960c510b20cc9a74a0cc371df9ed2f56ccfe";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson ansi-wl-pprint array attoparsec base base16-bytestring binary
binary-conduit bytestring conduit conduit-extra containers
crypto-pubkey cryptohash directory errors fgl graphviz hOpenPGP
ixset-typed lens monad-loops openpgp-asciiarmor
optparse-applicative resourcet text time time-locale-compat
transformers unordered-containers wl-pprint-extras
wl-pprint-terminfo yaml
];
executableToolDepends = [ alex happy ];
homepage = "http://floss.scru.org/hopenpgp-tools";
description = "hOpenPGP-based command-line tools";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hopenssl" = callPackage
({ mkDerivation, base, bytestring, mtl, openssl }:
mkDerivation {
@@ -113289,6 +113433,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hsebaysdk_0_3_1_0" = callPackage
({ mkDerivation, aeson, base, bytestring, http-client, http-types
, text, time, transformers, unordered-containers
}:
mkDerivation {
pname = "hsebaysdk";
version = "0.3.1.0";
sha256 = "491ba5adf18c8d09be59346f236c9bfceed6f6db353438e8b595c3fb6f3df173";
libraryHaskellDepends = [
aeson base bytestring http-client http-types text time transformers
unordered-containers
];
homepage = "https://github.com/creichert/hsebaysdk";
description = "Haskell eBay SDK";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsemail" = callPackage
({ mkDerivation, base, doctest, hspec, mtl, old-time, parsec }:
mkDerivation {
@@ -115258,6 +115420,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hspec-snap_0_4_0_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers
, digestive-functors, directory, HandsomeSoup, hspec, hspec-core
, hxt, lens, mtl, snap, snap-core, text, transformers
}:
mkDerivation {
pname = "hspec-snap";
version = "0.4.0.1";
sha256 = "42fead47290131c3072453aee3883b7c4a7a34d5dde989ca6e0b9df8b3e08d3a";
libraryHaskellDepends = [
aeson base bytestring containers digestive-functors HandsomeSoup
hspec hspec-core hxt lens mtl snap snap-core text transformers
];
testHaskellDepends = [
aeson base bytestring containers digestive-functors directory
HandsomeSoup hspec hspec-core hxt lens mtl snap snap-core text
transformers
];
jailbreak = true;
homepage = "https://github.com/dbp/hspec-snap";
description = "A library for testing with Hspec and the Snap Web Framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-structured-formatter" = callPackage
({ mkDerivation, base, hspec }:
mkDerivation {
@@ -131920,15 +132107,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"language-javascript_0_6_0_2" = callPackage
"language-javascript_0_6_0_3" = callPackage
({ mkDerivation, alex, array, base, blaze-builder, bytestring
, Cabal, containers, happy, hspec, mtl, QuickCheck, text
, utf8-light, utf8-string
}:
mkDerivation {
pname = "language-javascript";
version = "0.6.0.2";
sha256 = "fce59a0d5483aacd326dacf378662b347224e41e8c0afb9d03761a33bc675d6f";
version = "0.6.0.3";
sha256 = "d6010de849a0783705fc34755cb540be98a15979bfeee41f3660b50cddafa49f";
libraryHaskellDepends = [
array base blaze-builder bytestring containers mtl text utf8-string
];
@@ -133859,6 +134046,31 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
"lentil_0_1_11_0" = callPackage
({ mkDerivation, ansi-wl-pprint, base, csv, directory, filemanip
, filepath, hspec, natural-sort, optparse-applicative, parsec
, regex-tdfa
}:
mkDerivation {
pname = "lentil";
version = "0.1.11.0";
sha256 = "7185c00900bb288df3f335c87e522e12a4ba2052c4937d98d50a053a609bb71f";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
ansi-wl-pprint base csv directory filemanip filepath natural-sort
optparse-applicative parsec regex-tdfa
];
testHaskellDepends = [
ansi-wl-pprint base csv directory filemanip filepath hspec
natural-sort optparse-applicative parsec regex-tdfa
];
homepage = "http://www.ariis.it/static/articles/lentil/page.html";
description = "frugal issue tracker";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lenz" = callPackage
({ mkDerivation, base, base-unicode-symbols, transformers }:
mkDerivation {
@@ -134237,6 +134449,7 @@ self: {
librarySystemDepends = [ archive ];
description = "Read many archive formats with libarchive and conduit";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {archive = null;};
"libconfig" = callPackage
@@ -153631,6 +153844,30 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"octane_0_4_9" = callPackage
({ mkDerivation, base, binary, binary-bits, bytestring, containers
, data-binary-ieee754, deepseq, tasty, tasty-hspec, text
}:
mkDerivation {
pname = "octane";
version = "0.4.9";
sha256 = "5ed8ab1abcc8061cebe6e978d9b3de6419bb7a9b042796f17f28c6da36fbf708";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary binary-bits bytestring containers data-binary-ieee754
deepseq text
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base binary binary-bits bytestring containers tasty tasty-hspec
];
homepage = "https://github.com/tfausak/octane#readme";
description = "Parse Rocket League replays";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"octohat" = callPackage
({ mkDerivation, aeson, base, base-compat, base16-bytestring
, base64-bytestring, bytestring, containers, cryptohash, dotenv
@@ -156952,7 +157189,7 @@ self: {
license = "GPL";
}) {};
"pandoc_1_17_0_1" = callPackage
"pandoc_1_17_0_2" = callPackage
({ mkDerivation, aeson, ansi-terminal, array, base
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
, cmark, containers, data-default, deepseq, Diff, directory
@@ -156967,8 +157204,8 @@ self: {
}:
mkDerivation {
pname = "pandoc";
version = "1.17.0.1";
sha256 = "5d003fe7c6dec96560bf940ef857e169204f0b1428edd799ddcf4046c50898f5";
version = "1.17.0.2";
sha256 = "f099eecf102cf215741da7a993d90f0ab135d6f84cb23f9da77050bd1c9a9d53";
configureFlags = [ "-fhttps" ];
isLibrary = true;
isExecutable = true;
@@ -166227,44 +166464,48 @@ self: {
}) {};
"postgrest" = callPackage
({ mkDerivation, aeson, base, base64-string, bytestring
, case-insensitive, cassava, containers, errors, hasql
, hasql-backend, hasql-postgres, heredoc, hlint, hspec, hspec-wai
, hspec-wai-json, HTTP, http-types, jwt, MissingH
, optparse-applicative, packdeps, parsec, process, Ranged-sets
, regex-tdfa, safe, scientific, string-conversions, text, time
, transformers, unix, unordered-containers, vector, wai, wai-cors
, wai-extra, wai-middleware-static, warp
({ mkDerivation, aeson, async, base, base64-string, bytestring
, case-insensitive, cassava, containers, contravariant, errors
, hasql, hasql-pool, hasql-transaction, heredoc, hspec, hspec-wai
, hspec-wai-json, HTTP, http-types, interpolatedstring-perl6, jwt
, monad-control, mtl, optparse-applicative, parsec, process
, Ranged-sets, regex-tdfa, safe, scientific, string-conversions
, text, time, transformers, transformers-base, unix
, unordered-containers, vector, wai, wai-cors, wai-extra
, wai-middleware-static, warp
}:
mkDerivation {
pname = "postgrest";
version = "0.3.0.2";
sha256 = "5ce3b9b85a51ca6cb3aecc9e1ba84047ab276915c1c0293d2bf91d252c4ee366";
version = "0.3.1.0";
sha256 = "592a36bac9f78bfea68acd78f50c188223890fc6509c5f239dc05debd4c94191";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring case-insensitive cassava containers errors
hasql hasql-backend hasql-postgres HTTP http-types jwt MissingH
optparse-applicative parsec Ranged-sets regex-tdfa safe scientific
string-conversions text time unordered-containers vector wai
wai-cors wai-extra wai-middleware-static
aeson base bytestring case-insensitive cassava containers
contravariant errors hasql hasql-pool hasql-transaction HTTP
http-types interpolatedstring-perl6 jwt mtl optparse-applicative
parsec Ranged-sets regex-tdfa safe scientific string-conversions
text time unordered-containers vector wai wai-cors wai-extra
wai-middleware-static
];
executableHaskellDepends = [
aeson base bytestring case-insensitive cassava containers errors
hasql hasql-backend hasql-postgres HTTP http-types jwt MissingH
optparse-applicative parsec Ranged-sets regex-tdfa safe scientific
string-conversions text time transformers unix unordered-containers
vector wai wai-cors wai-extra wai-middleware-static warp
aeson base bytestring case-insensitive cassava containers
contravariant errors hasql hasql-pool hasql-transaction HTTP
http-types interpolatedstring-perl6 jwt mtl optparse-applicative
parsec Ranged-sets regex-tdfa safe scientific string-conversions
text time unix unordered-containers vector wai wai-cors wai-extra
wai-middleware-static warp
];
testHaskellDepends = [
aeson base base64-string bytestring case-insensitive cassava
containers errors hasql hasql-backend hasql-postgres heredoc hlint
hspec hspec-wai hspec-wai-json HTTP http-types jwt MissingH
optparse-applicative packdeps parsec process Ranged-sets regex-tdfa
safe scientific string-conversions text time unordered-containers
vector wai wai-cors wai-extra wai-middleware-static
aeson async base base64-string bytestring case-insensitive cassava
containers contravariant errors hasql hasql-pool hasql-transaction
heredoc hspec hspec-wai hspec-wai-json HTTP http-types
interpolatedstring-perl6 jwt monad-control mtl optparse-applicative
parsec process Ranged-sets regex-tdfa safe scientific
string-conversions text time transformers transformers-base unix
unordered-containers vector wai wai-cors wai-extra
wai-middleware-static warp
];
jailbreak = true;
homepage = "https://github.com/begriffs/postgrest";
description = "REST API for any Postgres database";
license = stdenv.lib.licenses.mit;
@@ -169848,8 +170089,8 @@ self: {
}:
mkDerivation {
pname = "purescript-bridge";
version = "0.3.0.3";
sha256 = "2656f56eb3c09ac758219bcec67725757dd744c4d47fad25e26cb9af04dd8479";
version = "0.3.0.6";
sha256 = "40f8d1499b86c0bca75f581b163c7eab9a29db144e18049064958f364503f886";
libraryHaskellDepends = [
base containers directory filepath generic-deriving text
];
@@ -172867,8 +173108,8 @@ self: {
}:
mkDerivation {
pname = "rebase";
version = "0.5";
sha256 = "005c556d164d4debc2770f91a66d5f67413a88e3343aab563ceca8de61308707";
version = "0.5.1";
sha256 = "e5cab23afd40971c4ff0e5feb0eedd7ff84ba9c73e807a9d7451cea8e64c5a80";
libraryHaskellDepends = [
base base-prelude bifunctors bytestring containers contravariant
contravariant-extras deepseq dlist either fail hashable mtl
@@ -190202,13 +190443,12 @@ self: {
}:
mkDerivation {
pname = "snap-loader-dynamic";
version = "0.10.0.3";
sha256 = "7cd7ac11071c0479dcea5a798aab57e4043a50a3a31bf76ed1ce39dba79d645a";
version = "0.10.0.4";
sha256 = "f502f7cae63c5ee5c26be5a5e751fc211d922193dc88b3bae9ab447b70b659c0";
libraryHaskellDepends = [
base directory directory-tree hint mtl snap-core template-haskell
time unix
];
jailbreak = true;
homepage = "http://snapframework.com/";
description = "Snap: A Haskell Web Framework: dynamic loader";
license = stdenv.lib.licenses.bsd3;
@@ -201615,6 +201855,7 @@ self: {
];
description = "Tasty Tests for groundhog converters";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tasty-hspec_1_1" = callPackage
@@ -215800,6 +216041,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vinyl-plus" = callPackage
({ mkDerivation, base, contravariant, doctest, ghc-prim
, profunctors, transformers, unordered-containers, vinyl
}:
mkDerivation {
pname = "vinyl-plus";
version = "0.1.0.0";
sha256 = "438d84c4f71422229b673b14aee7bb14defa8a3f7b9232f67a8a4f91fb2a29d0";
libraryHaskellDepends = [
base contravariant ghc-prim profunctors transformers
unordered-containers vinyl
];
testHaskellDepends = [ base doctest vinyl ];
homepage = "http://github.com/andrew/vinyl-plus";
description = "Vinyl records utilities";
license = stdenv.lib.licenses.bsd3;
}) {};
"vinyl-utils" = callPackage
({ mkDerivation, base, contravariant, transformers, vinyl }:
mkDerivation {