···
sha256 = "0r80vw7vnvbgq47y50v050malv7zvv2p2kg6f47i04r0b2ix855a";
+
editedCabalFile = "1hd1viy4wj7fyskjmmf5hqziyvk5qxjr0zcnbp5zdyacng0yyafi";
enableSeparateDataOutput = true;
···
+
"EdisonCore_1_3_2_1" = callPackage
({ mkDerivation, array, base, containers, EdisonAPI, mtl
+
sha256 = "0fgj5iwiv3v2gdgx7kjcr15dcs4x1kvmjspp3p99wyhh0x6h3ikk";
libraryHaskellDepends = [
array base containers EdisonAPI mtl QuickCheck
···
description = "The classic game of Hangman";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
+
"HappyTree" = callPackage
+
({ mkDerivation, base, constraints, generics-sop, singletons }:
+
version = "0.2018.1.5";
+
sha256 = "14w7dicsirzmz016vbhc6kzzps5fg036xz42myi4jdkfinl5vzk9";
+
libraryHaskellDepends = [
+
base constraints generics-sop singletons
+
executableHaskellDepends = [
+
base constraints generics-sop singletons
+
testHaskellDepends = [ base constraints generics-sop singletons ];
+
homepage = "https://github.com/MarisaKirisame/HappyTree#readme";
+
license = stdenv.lib.licenses.bsd3;
"HarmTrace" = callPackage
···
({ mkDerivation, alg, base }:
+
sha256 = "0v5b15lgbdjrqpln532kw2d4isl5lf633jbld3clcp7c71vb7l07";
libraryHaskellDepends = [ alg base ];
description = "Categorical types and classes";
license = stdenv.lib.licenses.bsd3;
···
+
({ mkDerivation, base, binary, bytestring, containers, mtl
+
, network-info, QuickCheck, quickcheck-instances, safe, tasty
+
, tasty-discover, tasty-quickcheck, time
+
sha256 = "0hfhxq5dn78nqc49d55452ar2lh3xzxpgxdxq1jd9dyslmaqhnaj";
+
libraryHaskellDepends = [
+
base binary bytestring containers mtl network-info safe time
+
base containers QuickCheck quickcheck-instances tasty
+
tasty-discover tasty-quickcheck
homepage = "https://github.com/cblp/crdt#readme";
description = "Conflict-free replicated data types";
···
hydraPlatforms = stdenv.lib.platforms.none;
+
({ mkDerivation, aeson, base, bytestring, template-haskell, text
+
sha256 = "1307phy81cki9ijpsl8hfczxm5wi1lrmmvmyxxn9a109nz9aqfla";
+
libraryHaskellDepends = [
+
aeson base bytestring template-haskell text unordered-containers
+
executableHaskellDepends = [ base ];
+
homepage = "https://github.com/nakaji-dayo/hs-emoji#readme";
+
description = "emoji utility";
+
license = stdenv.lib.licenses.bsd3;
···
+
({ mkDerivation, base }:
+
sha256 = "0nki5nb55qahjf3f2dqrfvrx77i3kba6aqiv1pwwkinnlv3k7n7i";
+
libraryHaskellDepends = [ base ];
homepage = "https://github.com/nikita-volkov/fx";
description = "Horizontally composable effects";
license = stdenv.lib.licenses.mit;
···
homepage = "https://github.com/vincenthz/hs-gauge";
description = "small framework for performance measurement and analysis";
license = stdenv.lib.licenses.bsd3;
+
"gauge_0_2_0" = callPackage
+
({ mkDerivation, base, basement, bytestring, deepseq, directory
+
, HUnit, math-functions, mwc-random, process, tasty, tasty-hunit
+
sha256 = "05sq8lgg7a7y5wpvsvx847whwdznsarxf41vndjx264v8x61jv86";
+
libraryHaskellDepends = [
+
base basement deepseq directory math-functions mwc-random process
+
base bytestring deepseq directory HUnit tasty tasty-hunit
+
benchmarkHaskellDepends = [ base ];
+
homepage = "https://github.com/vincenthz/hs-gauge";
+
description = "small framework for performance measurement and analysis";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
···
, bytestring, concurrentoutput, containers, cryptonite, data-fix
, deepseq, directory, exceptions, filepath, foldl, hnix
, http-client, http-types, lens, lens-aeson, lifted-base, memory
+
, mtl, neat-interpolation, network, network-uri, nix-paths
+
, optional-args, optparse-applicative, optparse-generic, pooled-io
+
, pureMD5, scientific, tar, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, tasty-smallcheck, temporary, text, time
, transformers, turtle, unordered-containers, uri-bytestring
+
sha256 = "1lf8m6cd54vc436krl3j4kanmnd86r4ri45a1qp7y4qqlpplcnpf";
libraryHaskellDepends = [
···
concurrentoutput containers cryptonite data-fix deepseq directory
exceptions filepath foldl hnix http-client http-types lens
lens-aeson lifted-base memory mtl neat-interpolation network
+
network-uri nix-paths optparse-applicative optparse-generic
+
pooled-io pureMD5 scientific tar temporary text time transformers
+
turtle unordered-containers uri-bytestring vector wreq zlib
executableHaskellDepends = [
base bytestring cryptonite data-fix filepath hnix lens mtl network
···
+
sha256 = "05gdzl4h67rjpw2nhk6dvd9l8lmx1kdg4cy9hmk5l36vrk8s9ic6";
libraryHaskellDepends = [
···
license = stdenv.lib.licenses.bsd3;
+
({ mkDerivation, attoparsec, base, base-prelude, bug, bytestring
+
, contravariant, ip, profunctors, ptr, punycode, QuickCheck
+
, quickcheck-instances, rerebase, semigroups, tasty, tasty-hunit
+
, tasty-quickcheck, template-haskell, text, text-builder, th-lift
+
, th-lift-instances, unordered-containers, vector, vector-builder
+
sha256 = "0rldjjfdrg5sv96aig5y4yb13633yy3dcxq659i2drmipyll8iw0";
+
libraryHaskellDepends = [
+
attoparsec base base-prelude bug bytestring contravariant ip
+
profunctors ptr punycode semigroups template-haskell text
+
text-builder th-lift th-lift-instances unordered-containers vector
+
QuickCheck quickcheck-instances rerebase tasty tasty-hunit
+
homepage = "https://github.com/nikita-volkov/iri";
+
description = "RFC-based International Resource Identifier library";
+
license = stdenv.lib.licenses.mit;
({ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
, extra, foldl, http-conduit, lifted-base, monad-control
···
+
editedCabalFile = "190jxqskd61irc97zb95h08zlkszlhpik4zmb7y4vk7x06zz00m6";
libraryHaskellDepends = [ base template-haskell ];
···
hydraPlatforms = stdenv.lib.platforms.none;
+
"nvvm_0_8_0_2" = callPackage
+
({ mkDerivation, base, bytestring, c2hs, Cabal, cuda, directory
+
, filepath, template-haskell
+
sha256 = "05px0bxqqxph5ancvklg1fmp6p7c15vghzrwq8alsfjg7lvrd933";
+
setupHaskellDepends = [
+
base Cabal cuda directory filepath template-haskell
+
libraryHaskellDepends = [ base bytestring cuda template-haskell ];
+
libraryToolDepends = [ c2hs ];
+
homepage = "https://github.com/tmcdonell/nvvm";
+
description = "FFI bindings to NVVM";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
({ mkDerivation, base, bytestring, mtl, ncurses, text }:
···
+
sha256 = "1hxi2dij5qgpa0njvvgda0zvz5xjl16jba3aw8y0ma5bqvhl7hp4";
libraryHaskellDepends = [
aeson base bytestring containers directory file-embed filepath
formatting hspec-golden-aeson mtl QuickCheck
···
license = stdenv.lib.licenses.mit;
+
"rattletrap_4_0_1" = callPackage
+
({ mkDerivation, aeson, aeson-pretty, base, binary, binary-bits
+
, bytestring, containers, filepath, http-client, http-client-tls
+
, HUnit, template-haskell, temporary, text, transformers
+
sha256 = "01dvidlby3k6i7nnh0az3xmmdpvrx594jy6zq6ccf14cjb0m95kv";
+
libraryHaskellDepends = [
+
aeson aeson-pretty base binary binary-bits bytestring containers
+
filepath http-client http-client-tls template-haskell text
+
executableHaskellDepends = [
+
aeson aeson-pretty base binary binary-bits bytestring containers
+
filepath http-client http-client-tls template-haskell text
+
aeson aeson-pretty base binary binary-bits bytestring containers
+
filepath http-client http-client-tls HUnit template-haskell
+
temporary text transformers
+
homepage = "https://github.com/tfausak/rattletrap#readme";
+
description = "Parse and generate Rocket League replays";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
"raven-haskell" = callPackage
({ mkDerivation, aeson, base, bytestring, hspec, http-conduit, mtl
, network, random, resourcet, text, time, unordered-containers
···
description = "Auto-generate a server for your datatype";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+
"serverless-haskell" = callPackage
+
({ mkDerivation, aeson, aeson-casing, aeson-qq, amazonka-core
+
, amazonka-kinesis, amazonka-s3, base, bytestring, hspec
+
, hspec-discover, lens, text, time, unix, unordered-containers
+
pname = "serverless-haskell";
+
sha256 = "0ck8zxwx6qb171jasz6pg1wr8z01l3pcvkj0wplf26yi6g6vzi5n";
+
libraryHaskellDepends = [
+
aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
+
bytestring lens text time unix unordered-containers
+
aeson aeson-casing aeson-qq amazonka-core amazonka-kinesis
+
amazonka-s3 base bytestring hspec hspec-discover lens text time
+
unix unordered-containers
+
homepage = "https://github.com/seek-oss/serverless-haskell#readme";
+
description = "Deploying Haskell code onto AWS Lambda using Serverless";
+
license = stdenv.lib.licenses.mit;
"serversession" = callPackage
···
license = stdenv.lib.licenses.bsd3;
+
"vty_5_19_1" = callPackage
+
({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers
+
, deepseq, directory, filepath, hashable, HUnit, microlens
+
, microlens-mtl, microlens-th, mtl, parallel, parsec, QuickCheck
+
, quickcheck-assertions, random, smallcheck, stm, string-qq
+
, terminfo, test-framework, test-framework-hunit
+
, test-framework-smallcheck, text, transformers, unix, utf8-string
+
sha256 = "13vip07b1mgr8qgxl97ni87910lrl1yjg5lvnfjzyvfyn0vw47zl";
+
libraryHaskellDepends = [
+
base blaze-builder bytestring containers deepseq directory filepath
+
hashable microlens microlens-mtl microlens-th mtl parallel parsec
+
stm terminfo text transformers unix utf8-string vector
+
executableHaskellDepends = [
+
base containers microlens microlens-mtl mtl
+
base blaze-builder bytestring Cabal containers deepseq HUnit
+
microlens microlens-mtl mtl QuickCheck quickcheck-assertions random
+
smallcheck stm string-qq terminfo test-framework
+
test-framework-hunit test-framework-smallcheck text unix
+
homepage = "https://github.com/jtdaugherty/vty";
+
description = "A simple terminal UI library";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
"vty-examples" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, containers
, data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck
···
+
sha256 = "0n7575l5sy4slzf0v15g7nlrxcq1lslgzzldsxlfaibk0j71xw08";
libraryHaskellDepends = [