hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix 2.9.3-8-gb330eb5 from Hackage revision
5926b55f65.
This commit is contained in:
Peter Simons 2018-07-11 02:31:00 +02:00
parent 6fa41ca51f
commit e1e707ce7f

View file

@ -3602,6 +3602,7 @@ self: {
executableHaskellDepends = [ base ];
description = "Darcs Patch Manager";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"DPutils" = callPackage
@ -10643,6 +10644,8 @@ self: {
pname = "JuicyPixels-scale-dct";
version = "0.1.2";
sha256 = "04rhrmjnh12hh2nz04k245avgdcwqfyjnsbpcrz8j9328j41nf7p";
revision = "1";
editedCabalFile = "1snx05qpllybd9yvy03p0lpnmimj0m24x1bxa4svxcsiv56yv9w8";
libraryHaskellDepends = [
base base-compat carray fft JuicyPixels
];
@ -19697,6 +19700,7 @@ self: {
];
description = "Provides the class ParAccelerate, nothing more";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"abt" = callPackage
@ -19783,6 +19787,7 @@ self: {
];
description = "Linear algebra and interpolation using the Accelerate framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-bignum" = callPackage
@ -19991,6 +19996,7 @@ self: {
];
description = "Accelerate frontend to the FFTW library (Fourier transform)";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-fourier" = callPackage
@ -20016,6 +20022,7 @@ self: {
];
description = "Fast Fourier transform and convolution using the Accelerate framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-fourier-benchmark" = callPackage
@ -20129,6 +20136,7 @@ self: {
libraryHaskellDepends = [ accelerate base mwc-random ];
description = "Generate Accelerate arrays filled with high quality pseudorandom numbers";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-typelits" = callPackage
@ -20151,6 +20159,7 @@ self: {
];
description = "a typesafe way encode accelerate matrices and vectors";
license = stdenv.lib.licenses.isc;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-utility" = callPackage
@ -20162,6 +20171,7 @@ self: {
libraryHaskellDepends = [ accelerate base utility-ht ];
description = "Utility functions for the Accelerate framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accentuateus" = callPackage
@ -22897,6 +22907,7 @@ self: {
libraryHaskellDepends = [ accelerate base ];
description = "General linear algebra structures";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"algebraic-classes" = callPackage
@ -38134,6 +38145,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"brick_0_37_2" = callPackage
({ mkDerivation, base, config-ini, containers, contravariant
, data-clist, deepseq, dlist, microlens, microlens-mtl
, microlens-th, QuickCheck, stm, template-haskell, text
, text-zipper, transformers, vector, vty, word-wrap
}:
mkDerivation {
pname = "brick";
version = "0.37.2";
sha256 = "176rq7xpwww1c3h7hm6n6z7sxbd3wc2zhxvnk65llk9lipc6rf3w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base config-ini containers contravariant data-clist deepseq dlist
microlens microlens-mtl microlens-th stm template-haskell text
text-zipper transformers vector vty word-wrap
];
testHaskellDepends = [ base containers QuickCheck ];
description = "A declarative terminal user interface library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"brick-skylighting" = callPackage
({ mkDerivation, base, brick, containers, skylighting-core, text
, vty
@ -50183,8 +50217,8 @@ self: {
pname = "config-schema";
version = "0.5.0.1";
sha256 = "18zdq0w65cs2zy8p0pvb0jfqffcyxq9km1c2h5fvky8c689lp0gp";
revision = "1";
editedCabalFile = "1wy3npyac6yv5imxqw723f8z5ylsabj7g5k2v5arqmdh3s5zjzaz";
revision = "2";
editedCabalFile = "0wibr3739xwkvdl48cahppaxn8v20gcmhrjxjj8hkhvgnbpfi2gn";
libraryHaskellDepends = [
base config-value containers free kan-extensions pretty
semigroupoids text transformers
@ -55469,6 +55503,7 @@ self: {
];
description = "Outputs dependencies of darcs patches in dot format";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"darcsden" = callPackage
@ -58711,6 +58746,7 @@ self: {
];
description = "Deep Learning in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"deepseq_1_3_0_1" = callPackage
@ -58838,8 +58874,8 @@ self: {
({ mkDerivation, base, containers, foldl }:
mkDerivation {
pname = "deferred-folds";
version = "0.5";
sha256 = "13izxmbw2a60g1hlyfdfk2zn2552pwvc6cgpyi2h3ndqdvcpvxkl";
version = "0.5.1";
sha256 = "0fyfm59fyz30mn5w7y47l2vx6d0ap5vijadlfff1j07ak6lnq1x3";
libraryHaskellDepends = [ base containers foldl ];
description = "Abstractions over deferred folds";
license = stdenv.lib.licenses.mit;
@ -60058,6 +60094,7 @@ self: {
];
description = "Dhall to Nix compiler";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dhall-text" = callPackage
@ -62177,6 +62214,7 @@ self: {
];
description = "AWS Lambda backend for distributed-fork";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process" = callPackage
@ -65500,6 +65538,7 @@ self: {
];
description = "A handy tool for uploading unikernels to Amazon's EC2";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"eccrypto" = callPackage
@ -67321,6 +67360,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"enclosed-exceptions_1_0_3" = callPackage
({ mkDerivation, async, base, deepseq, hspec, lifted-base
, monad-control, QuickCheck, stm, transformers, transformers-base
}:
mkDerivation {
pname = "enclosed-exceptions";
version = "1.0.3";
sha256 = "1fghjj7nkiddrf03ks8brjpr5x25yi9fs7xg6adbi4mc2gqr6vdg";
libraryHaskellDepends = [
base deepseq lifted-base monad-control transformers
transformers-base
];
testHaskellDepends = [
async base deepseq hspec lifted-base monad-control QuickCheck stm
transformers transformers-base
];
description = "Catching all exceptions from within an enclosed computation";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"encode-string" = callPackage
({ mkDerivation, base, bytestring, QuickCheck, quickcheck-instances
, text
@ -69337,6 +69397,7 @@ self: {
];
description = "GetEventStore store implementation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"eventsource-store-specs" = callPackage
@ -69428,6 +69489,7 @@ self: {
description = "EventStore TCP Client";
license = stdenv.lib.licenses.bsd3;
platforms = [ "x86_64-darwin" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"every" = callPackage
@ -70281,8 +70343,8 @@ self: {
}:
mkDerivation {
pname = "expressions";
version = "0.1.8";
sha256 = "18ys1937sf8lw07mavg4r7f5l6j9sygmx7szp5lxvs12l95x0jfb";
version = "0.1.9";
sha256 = "1620ljwnprqsrbp2dp0c2f7kpjg7j1xz12x794kpq3csbdp52afk";
libraryHaskellDepends = [
attoparsec base containers free lattices singletons text
transformers
@ -72266,8 +72328,8 @@ self: {
}:
mkDerivation {
pname = "ffmpeg-light";
version = "0.12.1.0";
sha256 = "081qrvf3hpnn7mgj6i7z8lh1jfmz0ndawc7ya9x3nx7kx3d35crp";
version = "0.12.2.0";
sha256 = "005q3is5n6lpridfszw3c3la15byc0sbq1b1lwsw59jyffgc587c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -73189,6 +73251,17 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"first-class-families" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "first-class-families";
version = "0.1.0.0";
sha256 = "19lm7p45rn3rlz51pi08ka2sc6nd01ba56pdp6nxakynmc44mw25";
libraryHaskellDepends = [ base ];
description = "First class type families";
license = stdenv.lib.licenses.mit;
}) {};
"first-class-patterns" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
@ -80677,6 +80750,28 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
"ghc-typelits-extra_0_2_6" = callPackage
({ mkDerivation, base, ghc, ghc-prim, ghc-tcplugins-extra
, ghc-typelits-knownnat, ghc-typelits-natnormalise, integer-gmp
, tasty, tasty-hunit, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-extra";
version = "0.2.6";
sha256 = "0dx6rk6lpklqqklj74mg92vjn66kkjfxp87hwazzlx9wai23r3cm";
libraryHaskellDepends = [
base ghc ghc-prim ghc-tcplugins-extra ghc-typelits-knownnat
ghc-typelits-natnormalise integer-gmp transformers
];
testHaskellDepends = [
base ghc-typelits-knownnat ghc-typelits-natnormalise tasty
tasty-hunit template-haskell
];
description = "Additional type-level operations on GHC.TypeLits.Nat";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-typelits-knownnat" = callPackage
({ mkDerivation, base, ghc, ghc-tcplugins-extra
, ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
@ -80697,6 +80792,27 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
"ghc-typelits-knownnat_0_5_1" = callPackage
({ mkDerivation, base, ghc, ghc-tcplugins-extra
, ghc-typelits-natnormalise, tasty, tasty-hunit, tasty-quickcheck
, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-knownnat";
version = "0.5.1";
sha256 = "0yvdb3y82wrm41p9sbbsmfq91cp9kzx7mmqr20wgxrqamhnw952v";
libraryHaskellDepends = [
base ghc ghc-tcplugins-extra ghc-typelits-natnormalise
template-haskell transformers
];
testHaskellDepends = [
base ghc-typelits-natnormalise tasty tasty-hunit tasty-quickcheck
];
description = "Derive KnownNat constraints from other KnownNat constraints";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-typelits-natnormalise" = callPackage
({ mkDerivation, base, ghc, ghc-tcplugins-extra, integer-gmp, tasty
, tasty-hunit, template-haskell, transformers
@ -80713,6 +80829,23 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
"ghc-typelits-natnormalise_0_6_2" = callPackage
({ mkDerivation, base, ghc, ghc-tcplugins-extra, integer-gmp, tasty
, tasty-hunit, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-natnormalise";
version = "0.6.2";
sha256 = "04a338yfcl6jm1daax08zsy03myii4llzih4mlprkyid8i0yn740";
libraryHaskellDepends = [
base ghc ghc-tcplugins-extra integer-gmp transformers
];
testHaskellDepends = [ base tasty tasty-hunit template-haskell ];
description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-typelits-presburger" = callPackage
({ mkDerivation, base, containers, equational-reasoning, ghc
, ghc-tcplugins-extra, pretty, reflection
@ -83556,8 +83689,8 @@ self: {
pname = "glirc";
version = "2.26";
sha256 = "1ax2ygzrsr1r21v9cx4ixnlgrax6nxr4rkh090n1wv6xn02kd3j0";
revision = "1";
editedCabalFile = "0wbkapxwzlmjcmkp6inm2xj6bghd8nl4a4ddljizm6xvwcpvp75j";
revision = "2";
editedCabalFile = "0fwyd1xvz11b1433lw0c9rb8md1f87mg9kinq3hrfq8jjmaws478";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@ -84137,8 +84270,8 @@ self: {
}:
mkDerivation {
pname = "gnss-converters";
version = "0.3.44";
sha256 = "11khp73xa1vy6w5plk644ksgv47q6j4y3jmxds6iv90mqv47z0al";
version = "0.3.52";
sha256 = "00ixm0pvi4d7512lxk3qyl3vnb8c5x3n23mblmbw66f4hvn8x88g";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -86333,6 +86466,7 @@ self: {
];
description = "Generic Programming Use in Hackage";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gpcsets" = callPackage
@ -87635,6 +87769,7 @@ self: {
];
description = "Command line utility to manage AWS ECS resources";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gross" = callPackage
@ -90935,6 +91070,7 @@ self: {
];
description = "A package allowing to write Hakyll blog posts in Rmd";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-agda" = callPackage
@ -90951,6 +91087,7 @@ self: {
];
description = "Wrapper to integrate literate Agda files with Hakyll";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-blaze-templates" = callPackage
@ -90962,6 +91099,7 @@ self: {
libraryHaskellDepends = [ base blaze-html blaze-markup hakyll ];
description = "Blaze templates for Hakyll";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-contrib" = callPackage
@ -90977,6 +91115,7 @@ self: {
executableHaskellDepends = [ base directory filepath hakyll ];
description = "Extra modules for the hakyll website compiler";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-contrib-csv" = callPackage
@ -90993,6 +91132,7 @@ self: {
testHaskellDepends = [ base blaze-html bytestring cassava hspec ];
description = "Generate Html tables from Csv files";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-contrib-elm" = callPackage
@ -91011,6 +91151,7 @@ self: {
executableHaskellDepends = [ base hakyll ];
description = "Compile Elm code for inclusion in Hakyll static site";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-contrib-hyphenation" = callPackage
@ -91022,6 +91163,7 @@ self: {
libraryHaskellDepends = [ base hakyll hyphenation split tagsoup ];
description = "automatic hyphenation for Hakyll";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-contrib-links" = callPackage
@ -91041,6 +91183,7 @@ self: {
];
description = "A hakyll library that helps maintain a separate links database";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-convert" = callPackage
@ -91062,6 +91205,7 @@ self: {
];
description = "Convert from other blog engines to Hakyll";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-dir-list" = callPackage
@ -91118,6 +91262,7 @@ self: {
];
description = "FileStore utilities for Hakyll";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-ogmarkup" = callPackage
@ -91129,6 +91274,7 @@ self: {
libraryHaskellDepends = [ base hakyll ogmarkup ];
description = "Integrate ogmarkup document with Hakyll";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hakyll-sass" = callPackage
@ -94258,6 +94404,37 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"haskell-lsp_0_4_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, data-default
, directory, filepath, hashable, haskell-lsp-types, hslogger, hspec
, lens, mtl, network-uri, parsec, sorted-list, stm, text, time
, transformers, unordered-containers, vector, yi-rope
}:
mkDerivation {
pname = "haskell-lsp";
version = "0.4.0.0";
sha256 = "1djypqp2agwd834qrhjq8q2692mjaddpzpw758aq3g7284aig76n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring containers data-default directory filepath
hashable haskell-lsp-types hslogger lens mtl network-uri parsec
sorted-list stm text time unordered-containers yi-rope
];
executableHaskellDepends = [
aeson base bytestring containers data-default directory filepath
hslogger lens mtl network-uri parsec stm text time transformers
unordered-containers vector yi-rope
];
testHaskellDepends = [
aeson base containers directory filepath hashable hspec lens
network-uri sorted-list text yi-rope
];
description = "Haskell library for the Microsoft Language Server Protocol";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-lsp-client" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, haskell-lsp, lens, process, text, unix
@ -94295,6 +94472,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"haskell-lsp-types_0_4_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, data-default, filepath
, hashable, lens, network-uri, text, unordered-containers
}:
mkDerivation {
pname = "haskell-lsp-types";
version = "0.4.0.0";
sha256 = "1f0lyk02q0kqica0wa4rsm3j90ypbczmpr9fd5q90bwqfq9ydf2c";
libraryHaskellDepends = [
aeson base bytestring data-default filepath hashable lens
network-uri text unordered-containers
];
description = "Haskell library for the Microsoft Language Server Protocol, data types";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-menu" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -103287,6 +103481,7 @@ self: {
];
description = "Haskell implementation of the Nix language";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hnn" = callPackage
@ -103538,6 +103733,7 @@ self: {
];
description = "Interact with the docker registry and generate nix build instructions";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hodatime" = callPackage
@ -109956,6 +110152,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"html-charset" = callPackage
({ mkDerivation, attoparsec, base, bytestring, charsetdetect-ae
, doctest, doctest-discover, hlint, optparse-applicative
, QuickCheck
}:
mkDerivation {
pname = "html-charset";
version = "0.1.0";
sha256 = "05d0syzpxbr3y8hkk35pfpsfm8gwg5zwb72l89frrl7i6cv1b24i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
attoparsec base bytestring charsetdetect-ae
];
executableHaskellDepends = [
base bytestring optparse-applicative
];
testHaskellDepends = [
base bytestring doctest doctest-discover hlint QuickCheck
];
description = "Determine character encoding of HTML documents/fragments";
license = stdenv.lib.licenses.lgpl21;
}) {};
"html-conduit_1_2_1_2" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-extra
, containers, hspec, HUnit, resourcet, tagstream-conduit, text
@ -117054,8 +117274,8 @@ self: {
({ mkDerivation, base, typed-process }:
mkDerivation {
pname = "interprocess";
version = "0.2.0.0";
sha256 = "0cqcb7cz9psb7s7r4msn5svr7rr3pmxl2g6p1gkwj25l5f5wndby";
version = "0.2.0.1";
sha256 = "1s8q8nvd7x55vzvgbj0clfcjl1wh5xy04hxrqj1qz6gg0irm2iq8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
@ -117773,6 +117993,7 @@ self: {
libraryToolDepends = [ c2hs ];
description = "haskell binding to ipopt and nlopt including automatic differentiation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) ipopt; inherit (pkgs) nlopt;};
"ipprint" = callPackage
@ -119567,6 +119788,7 @@ self: {
testHaskellDepends = [ base containers tasty-hspec text ];
description = "Generate nix for Jenkins plugins";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"jespresso" = callPackage
@ -121989,6 +122211,7 @@ self: {
];
description = "Utilities for serving static sites and blogs with Wai/Warp";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kawhi" = callPackage
@ -125055,6 +125278,51 @@ self: {
hydraPlatforms = [ "x86_64-linux" ];
}) {};
"language-puppet_1_3_19_1" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
, base16-bytestring, bytestring, case-insensitive, containers
, cryptonite, directory, exceptions, filecache, filepath
, formatting, Glob, hashable, hruby, hslogger, hspec
, hspec-megaparsec, http-api-data, http-client, lens, lens-aeson
, megaparsec, memory, mtl, operational, optparse-applicative
, parallel-io, parsec, pcre-utils, process, protolude, random
, regex-pcre-builtin, scientific, servant, servant-client, split
, stm, strict-base-types, temporary, text, time, transformers, unix
, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "language-puppet";
version = "1.3.19.1";
sha256 = "0f1g9sq3ysyjyps8p68wxh1rmjb3v7iw9gmj8zd7wb5kyjlc4xph";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-wl-pprint attoparsec base base16-bytestring bytestring
case-insensitive containers cryptonite directory exceptions
filecache filepath formatting hashable hruby hslogger hspec
http-api-data http-client lens lens-aeson megaparsec memory mtl
operational parsec pcre-utils process protolude random
regex-pcre-builtin scientific servant servant-client split stm
strict-base-types text time transformers unix unordered-containers
vector yaml
];
executableHaskellDepends = [
aeson ansi-wl-pprint base bytestring containers Glob hslogger
http-client lens megaparsec mtl optparse-applicative parallel-io
regex-pcre-builtin strict-base-types text transformers
unordered-containers vector yaml
];
testHaskellDepends = [
base Glob hslogger hspec hspec-megaparsec lens megaparsec mtl
pcre-utils protolude scientific strict-base-types temporary text
transformers unordered-containers vector
];
description = "Tools to parse and evaluate the Puppet DSL";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-python" = callPackage
({ mkDerivation, alex, array, base, containers, happy, monads-tf
, pretty, transformers, utf8-string
@ -127061,6 +127329,7 @@ self: {
];
description = "Literate highlighter preprocessor for lhs2tex";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lhs2html" = callPackage
@ -136200,6 +136469,43 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"microformats2-parser_1_0_1_9" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-qq, attoparsec, base
, base-compat, blaze-html, blaze-markup, bytestring, containers
, data-default, either, errors, hspec
, hspec-expectations-pretty-diff, html-conduit, lens-aeson, mtl
, network, network-uri, options, pcre-heavy, raw-strings-qq, safe
, scotty, tagsoup, template-haskell, text, time, transformers
, unordered-containers, vector, wai-cli, wai-extra, xml-lens
, xss-sanitize
}:
mkDerivation {
pname = "microformats2-parser";
version = "1.0.1.9";
sha256 = "1lxbw825yg16nmflf93l1sy6mxa3dnd7a5mdalc034brsnf1vish";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-qq attoparsec base base-compat blaze-markup bytestring
containers data-default either errors html-conduit lens-aeson
network-uri pcre-heavy safe tagsoup text time transformers
unordered-containers vector xml-lens xss-sanitize
];
executableHaskellDepends = [
aeson aeson-pretty base base-compat blaze-html blaze-markup
data-default network network-uri options scotty text wai-cli
wai-extra
];
testHaskellDepends = [
aeson-qq base base-compat bytestring data-default hspec
hspec-expectations-pretty-diff html-conduit mtl network-uri
raw-strings-qq template-haskell text time xml-lens
];
description = "A Microformats 2 parser";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"microformats2-types" = callPackage
({ mkDerivation, aeson, base, data-default-class, pandoc-types
, setters, text, time
@ -145625,6 +145931,7 @@ self: {
];
description = "Generate nix expressions from npm packages";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"nixos-types" = callPackage
@ -151742,6 +152049,7 @@ self: {
];
description = "Examples to accompany the book \"Parallel and Concurrent Programming in Haskell\"";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pareto" = callPackage
@ -162151,6 +162459,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"prospect" = callPackage
({ mkDerivation, base, deepseq, free, hspec, inspection-testing
, kan-extensions, mtl, transformers
}:
mkDerivation {
pname = "prospect";
version = "0.1.0.0";
sha256 = "1rvdhk3vnkmblg0zg9vw9akvlsqsc125av3889ipi0axzdcygykg";
libraryHaskellDepends = [
base deepseq free kan-extensions mtl transformers
];
testHaskellDepends = [
base deepseq free hspec inspection-testing kan-extensions
];
description = "Explore continuations with trepidation";
license = stdenv.lib.licenses.bsd3;
}) {};
"prosper" = callPackage
({ mkDerivation, aeson, base, bytestring, cereal, containers
, HsOpenSSL, http-streams, io-streams, mtl, text, transformers
@ -178868,6 +179194,7 @@ self: {
];
description = "Servant Nix content-type";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-options" = callPackage
@ -187131,19 +187458,19 @@ self: {
"speechmatics" = callPackage
({ mkDerivation, aeson, base, bytestring, heavy-logger, HsOpenSSL
, hspec, http-client, http-client-openssl, http-types
, json-autotype, lens, mime-types, mtl, neat-interpolation, options
, SHA, text, text-format-heavy, wreq
, json-autotype, lens, mime-types, monad-control, mtl
, neat-interpolation, options, SHA, text, text-format-heavy, wreq
}:
mkDerivation {
pname = "speechmatics";
version = "0.7.0.0";
sha256 = "13rz6h9wxclmbd7zx26f0x3xb6i884k2mrpqczhix3gby6banzpl";
version = "0.7.1.0";
sha256 = "1sx4q4l1rx6xss6xp1qqdb1nscclaszpkn78cs47rxpa19lcnsd2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring heavy-logger HsOpenSSL http-client
http-client-openssl http-types json-autotype lens mime-types mtl
text text-format-heavy wreq
http-client-openssl http-types json-autotype lens mime-types
monad-control mtl text text-format-heavy wreq
];
executableHaskellDepends = [
aeson base bytestring heavy-logger mime-types mtl options SHA text
@ -188788,6 +189115,7 @@ self: {
executableHaskellDepends = [ base Cabal optparse-applicative ];
description = "Convert stack.yaml files into Nix build instructions.";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"stackage" = callPackage
@ -200983,6 +201311,7 @@ self: {
isExecutable = true;
executableHaskellDepends = [ base haskeline uu-parsinglib ];
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"timeconsole" = callPackage
@ -205967,6 +206296,32 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"typerep-map" = callPackage
({ mkDerivation, base, containers, criterion, deepseq
, dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat
, hedgehog, primitive, tasty, tasty-discover, tasty-hedgehog
, tasty-hspec, vector
}:
mkDerivation {
pname = "typerep-map";
version = "0.1.0";
sha256 = "1wswnbivzlkdvc3ylizh34a58m087azwss0524zbhqc5p9n8kmr8";
libraryHaskellDepends = [
base containers ghc-prim primitive vector
];
testHaskellDepends = [
base ghc-typelits-knownnat hedgehog tasty tasty-discover
tasty-hedgehog tasty-hspec
];
benchmarkHaskellDepends = [
base criterion deepseq dependent-map dependent-sum
ghc-typelits-knownnat
];
doHaddock = false;
description = "Efficient implementation of a dependent map with types as keys";
license = stdenv.lib.licenses.mit;
}) {};
"types-compat" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -208213,6 +208568,7 @@ self: {
executableHaskellDepends = [ base text ];
description = "A program to update fetchgit values in Nix expressions";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"update-repos" = callPackage
@ -210528,6 +210884,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"vector-sized_1_0_3_1" = callPackage
({ mkDerivation, adjunctions, base, deepseq, distributive
, finite-typelits, indexed-list-literals, primitive, vector
}:
mkDerivation {
pname = "vector-sized";
version = "1.0.3.1";
sha256 = "0dzf3cg7zfg4k5jiq7h6dw2ihczs42as9cxn8dkswx5v6nahnnxx";
libraryHaskellDepends = [
adjunctions base deepseq distributive finite-typelits
indexed-list-literals primitive vector
];
description = "Size tagged vectors";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vector-space" = callPackage
({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
mkDerivation {
@ -219429,7 +219802,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) libyaml;};
"yaml_0_8_32" = callPackage
"yaml_0_9_0" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
, conduit, containers, directory, filepath, hspec, HUnit, mockery
, resourcet, scientific, semigroups, template-haskell, temporary
@ -219437,8 +219810,8 @@ self: {
}:
mkDerivation {
pname = "yaml";
version = "0.8.32";
sha256 = "0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w";
version = "0.9.0";
sha256 = "05mw3d6k2dahdsajghgbqhlk84x6iym6bci1g1qhpy4k2cfjyjzc";
configureFlags = [ "-fsystem-libyaml" ];
isLibrary = true;
isExecutable = true;
@ -220617,8 +220990,8 @@ self: {
pname = "yesod-bin";
version = "1.6.0.3";
sha256 = "1p5f6bl4gynm47m1xg1x1xh9nz913i83iprh2xd207359idjknz4";
revision = "1";
editedCabalFile = "0dr9i8jisp5vd0pz6pckdiax1ynm9rhgjjr2xhxlrlfy24k14gg3";
revision = "2";
editedCabalFile = "0h4nam6zkhz7km0z5z3zngnrgif7a42llvh013iava171kadn8xp";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [