···
sha256 = "0r80vw7vnvbgq47y50v050malv7zvv2p2kg6f47i04r0b2ix855a";
757
-
editedCabalFile = "1vh1v5410wji5r8445rf9h0qd94kz7dkq4pmqcrk3ra75klp4sc9";
757
+
editedCabalFile = "1hd1viy4wj7fyskjmmf5hqziyvk5qxjr0zcnbp5zdyacng0yyafi";
enableSeparateDataOutput = true;
···
4730
-
"EdisonCore_1_3_2" = callPackage
4730
+
"EdisonCore_1_3_2_1" = callPackage
({ mkDerivation, array, base, containers, EdisonAPI, mtl
4736
-
version = "1.3.2";
4737
-
sha256 = "03ra7xsgdyy7nmy6dlspbzddzfpx1cqv75pn0qk6hdxwnabvnbl1";
4736
+
version = "1.3.2.1";
4737
+
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;
9110
+
"HappyTree" = callPackage
9111
+
({ mkDerivation, base, constraints, generics-sop, singletons }:
9113
+
pname = "HappyTree";
9114
+
version = "0.2018.1.5";
9115
+
sha256 = "14w7dicsirzmz016vbhc6kzzps5fg036xz42myi4jdkfinl5vzk9";
9117
+
isExecutable = true;
9118
+
libraryHaskellDepends = [
9119
+
base constraints generics-sop singletons
9121
+
executableHaskellDepends = [
9122
+
base constraints generics-sop singletons
9124
+
testHaskellDepends = [ base constraints generics-sop singletons ];
9125
+
homepage = "https://github.com/MarisaKirisame/HappyTree#readme";
9126
+
license = stdenv.lib.licenses.bsd3;
"HarmTrace" = callPackage
···
({ mkDerivation, alg, base }:
41599
-
version = "0.2.0.0";
41600
-
sha256 = "1zl7jsc99wqdw6fibxr9l3zf7xprkh5q1681gx6d5kvj9cfahcav";
41602
-
editedCabalFile = "0j24ymqy443wx7r5w8xklqsp1x133pwlwfni92qm0im66flfdb44";
41618
+
version = "0.2.0.1";
41619
+
sha256 = "0v5b15lgbdjrqpln532kw2d4isl5lf633jbld3clcp7c71vb7l07";
libraryHaskellDepends = [ alg base ];
description = "Categorical types and classes";
license = stdenv.lib.licenses.bsd3;
···
51450
-
({ mkDerivation, base, containers, mtl, QuickCheck, tasty
51451
-
, tasty-discover, tasty-quickcheck
51467
+
({ mkDerivation, base, binary, bytestring, containers, mtl
51468
+
, network-info, QuickCheck, quickcheck-instances, safe, tasty
51469
+
, tasty-discover, tasty-quickcheck, time
51456
-
sha256 = "16lsyvcnz8qjy5lakf4dxzz9b4rcgz8bk6wzf3cmxn51kpxyc0rn";
51457
-
libraryHaskellDepends = [ base containers mtl ];
51474
+
sha256 = "0hfhxq5dn78nqc49d55452ar2lh3xzxpgxdxq1jd9dyslmaqhnaj";
51475
+
libraryHaskellDepends = [
51476
+
base binary bytestring containers mtl network-info safe time
51459
-
base containers mtl QuickCheck tasty tasty-discover
51479
+
base containers QuickCheck quickcheck-instances tasty
51480
+
tasty-discover tasty-quickcheck
homepage = "https://github.com/cblp/crdt#readme";
description = "Conflict-free replicated data types";
···
hydraPlatforms = stdenv.lib.platforms.none;
65649
+
"emoji" = callPackage
65650
+
({ mkDerivation, aeson, base, bytestring, template-haskell, text
65651
+
, unordered-containers
65655
+
version = "0.1.0.2";
65656
+
sha256 = "1307phy81cki9ijpsl8hfczxm5wi1lrmmvmyxxn9a109nz9aqfla";
65657
+
isLibrary = true;
65658
+
isExecutable = true;
65659
+
libraryHaskellDepends = [
65660
+
aeson base bytestring template-haskell text unordered-containers
65662
+
executableHaskellDepends = [ base ];
65663
+
homepage = "https://github.com/nakaji-dayo/hs-emoji#readme";
65664
+
description = "emoji utility";
65665
+
license = stdenv.lib.licenses.bsd3;
···
75766
-
({ mkDerivation, base, base-prelude, transformers }:
75805
+
({ mkDerivation, base }:
75770
-
sha256 = "114psjyz9jvda86gk29x9xl2h1r6a6lxxhpl4zw5wkf3zszjsylc";
75771
-
libraryHaskellDepends = [ base base-prelude transformers ];
75808
+
version = "0.10";
75809
+
sha256 = "0nki5nb55qahjf3f2dqrfvrx77i3kba6aqiv1pwwkinnlv3k7n7i";
75810
+
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;
76054
+
"gauge_0_2_0" = callPackage
76055
+
({ mkDerivation, base, basement, bytestring, deepseq, directory
76056
+
, HUnit, math-functions, mwc-random, process, tasty, tasty-hunit
76061
+
version = "0.2.0";
76062
+
sha256 = "05sq8lgg7a7y5wpvsvx847whwdznsarxf41vndjx264v8x61jv86";
76063
+
libraryHaskellDepends = [
76064
+
base basement deepseq directory math-functions mwc-random process
76067
+
testHaskellDepends = [
76068
+
base bytestring deepseq directory HUnit tasty tasty-hunit
76070
+
benchmarkHaskellDepends = [ base ];
76071
+
homepage = "https://github.com/vincenthz/hs-gauge";
76072
+
description = "small framework for performance measurement and analysis";
76073
+
license = stdenv.lib.licenses.bsd3;
76074
+
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
101617
-
, mtl, neat-interpolation, network, network-uri, optional-args
101618
-
, optparse-applicative, optparse-generic, pooled-io, pureMD5
101619
-
, scientific, tar, tasty, tasty-golden, tasty-hunit
101679
+
, mtl, neat-interpolation, network, network-uri, nix-paths
101680
+
, optional-args, optparse-applicative, optparse-generic, pooled-io
101681
+
, pureMD5, scientific, tar, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, tasty-smallcheck, temporary, text, time
, transformers, turtle, unordered-containers, uri-bytestring
101626
-
version = "1.0.3";
101627
-
sha256 = "1cwd6d3m8d2zrinll5jdm50nnasb75i19172jjaw018figj3cf96";
101688
+
version = "1.0.4";
101689
+
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
101635
-
network-uri optparse-applicative optparse-generic pooled-io pureMD5
101636
-
scientific tar temporary text time transformers turtle
101637
-
unordered-containers uri-bytestring vector wreq zlib
101697
+
network-uri nix-paths optparse-applicative optparse-generic
101698
+
pooled-io pureMD5 scientific tar temporary text time transformers
101699
+
turtle unordered-containers uri-bytestring vector wreq zlib
executableHaskellDepends = [
base bytestring cryptonite data-fix filepath hnix lens mtl network
···
105867
-
version = "0.8.4";
105868
-
sha256 = "1xngy3qnk6nr0yvvkq7cqay0kkhnp0v4ah27w8r5v3q4malraa1l";
105929
+
version = "0.8.5";
105930
+
sha256 = "05gdzl4h67rjpw2nhk6dvd9l8lmx1kdg4cy9hmk5l36vrk8s9ic6";
libraryHaskellDepends = [
···
license = stdenv.lib.licenses.bsd3;
116227
+
"iri" = callPackage
116228
+
({ mkDerivation, attoparsec, base, base-prelude, bug, bytestring
116229
+
, contravariant, ip, profunctors, ptr, punycode, QuickCheck
116230
+
, quickcheck-instances, rerebase, semigroups, tasty, tasty-hunit
116231
+
, tasty-quickcheck, template-haskell, text, text-builder, th-lift
116232
+
, th-lift-instances, unordered-containers, vector, vector-builder
116236
+
version = "0.2";
116237
+
sha256 = "0rldjjfdrg5sv96aig5y4yb13633yy3dcxq659i2drmipyll8iw0";
116238
+
libraryHaskellDepends = [
116239
+
attoparsec base base-prelude bug bytestring contravariant ip
116240
+
profunctors ptr punycode semigroups template-haskell text
116241
+
text-builder th-lift th-lift-instances unordered-containers vector
116244
+
testHaskellDepends = [
116245
+
QuickCheck quickcheck-instances rerebase tasty tasty-hunit
116246
+
tasty-quickcheck
116248
+
homepage = "https://github.com/nikita-volkov/iri";
116249
+
description = "RFC-based International Resource Identifier library";
116250
+
license = stdenv.lib.licenses.mit;
({ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
, extra, foldl, http-conduit, lifted-base, monad-control
···
124441
+
editedCabalFile = "190jxqskd61irc97zb95h08zlkszlhpik4zmb7y4vk7x06zz00m6";
libraryHaskellDepends = [ base template-haskell ];
···
hydraPlatforms = stdenv.lib.platforms.none;
144957
+
"nvvm_0_8_0_2" = callPackage
144958
+
({ mkDerivation, base, bytestring, c2hs, Cabal, cuda, directory
144959
+
, filepath, template-haskell
144963
+
version = "0.8.0.2";
144964
+
sha256 = "05px0bxqqxph5ancvklg1fmp6p7c15vghzrwq8alsfjg7lvrd933";
144965
+
setupHaskellDepends = [
144966
+
base Cabal cuda directory filepath template-haskell
144968
+
libraryHaskellDepends = [ base bytestring cuda template-haskell ];
144969
+
libraryToolDepends = [ c2hs ];
144970
+
homepage = "https://github.com/tmcdonell/nvvm";
144971
+
description = "FFI bindings to NVVM";
144972
+
license = stdenv.lib.licenses.bsd3;
144973
+
hydraPlatforms = stdenv.lib.platforms.none;
({ mkDerivation, base, bytestring, mtl, ncurses, text }:
···
145138
-
version = "0.2.0.0";
145139
-
sha256 = "043vpjj3y8s0jyg5dfbbmxl6hypywn97m4f7ka7svkr84clzpjc7";
145247
+
version = "0.3.0.0";
145248
+
sha256 = "1hxi2dij5qgpa0njvvgda0zvz5xjl16jba3aw8y0ma5bqvhl7hp4";
libraryHaskellDepends = [
aeson base bytestring containers directory file-embed filepath
formatting hspec-golden-aeson mtl QuickCheck
···
license = stdenv.lib.licenses.mit;
164150
+
"rattletrap_4_0_1" = callPackage
164151
+
({ mkDerivation, aeson, aeson-pretty, base, binary, binary-bits
164152
+
, bytestring, containers, filepath, http-client, http-client-tls
164153
+
, HUnit, template-haskell, temporary, text, transformers
164156
+
pname = "rattletrap";
164157
+
pname = "numtype-dk";
164158
+
sha256 = "01dvidlby3k6i7nnh0az3xmmdpvrx594jy6zq6ccf14cjb0m95kv";
164159
+
isLibrary = true;
164160
+
isExecutable = true;
164161
+
libraryHaskellDepends = [
164162
+
aeson aeson-pretty base binary binary-bits bytestring containers
164163
+
filepath http-client http-client-tls template-haskell text
164166
+
executableHaskellDepends = [
164167
+
aeson aeson-pretty base binary binary-bits bytestring containers
164168
+
filepath http-client http-client-tls template-haskell text
164171
+
testHaskellDepends = [
164172
+
aeson aeson-pretty base binary binary-bits bytestring containers
164173
+
filepath http-client http-client-tls HUnit template-haskell
164174
+
temporary text transformers
164176
+
homepage = "https://github.com/tfausak/rattletrap#readme";
164177
+
description = "Parse and generate Rocket League replays";
164178
+
license = stdenv.lib.licenses.mit;
164179
+
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;
176924
+
"serverless-haskell" = callPackage
176925
+
({ mkDerivation, aeson, aeson-casing, aeson-qq, amazonka-core
176926
+
, amazonka-kinesis, amazonka-s3, base, bytestring, hspec
176927
+
, hspec-discover, lens, text, time, unix, unordered-containers
176930
+
pname = "serverless-haskell";
176931
+
version = "0.0.0";
176932
+
sha256 = "0ck8zxwx6qb171jasz6pg1wr8z01l3pcvkj0wplf26yi6g6vzi5n";
176933
+
libraryHaskellDepends = [
176934
+
aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
176935
+
bytestring lens text time unix unordered-containers
176937
+
testHaskellDepends = [
176938
+
aeson aeson-casing aeson-qq amazonka-core amazonka-kinesis
176939
+
amazonka-s3 base bytestring hspec hspec-discover lens text time
176940
+
unix unordered-containers
176942
+
homepage = "https://github.com/seek-oss/serverless-haskell#readme";
176943
+
description = "Deploying Haskell code onto AWS Lambda using Serverless";
176944
+
license = stdenv.lib.licenses.mit;
"serversession" = callPackage
···
license = stdenv.lib.licenses.bsd3;
208364
+
"vty_5_19_1" = callPackage
208365
+
({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers
208366
+
, deepseq, directory, filepath, hashable, HUnit, microlens
208367
+
, microlens-mtl, microlens-th, mtl, parallel, parsec, QuickCheck
208368
+
, quickcheck-assertions, random, smallcheck, stm, string-qq
208369
+
, terminfo, test-framework, test-framework-hunit
208370
+
, test-framework-smallcheck, text, transformers, unix, utf8-string
208375
+
version = "5.19.1";
208376
+
sha256 = "13vip07b1mgr8qgxl97ni87910lrl1yjg5lvnfjzyvfyn0vw47zl";
208377
+
isLibrary = true;
208378
+
isExecutable = true;
208379
+
libraryHaskellDepends = [
208380
+
base blaze-builder bytestring containers deepseq directory filepath
208381
+
hashable microlens microlens-mtl microlens-th mtl parallel parsec
208382
+
stm terminfo text transformers unix utf8-string vector
208384
+
executableHaskellDepends = [
208385
+
base containers microlens microlens-mtl mtl
208387
+
testHaskellDepends = [
208388
+
base blaze-builder bytestring Cabal containers deepseq HUnit
208389
+
microlens microlens-mtl mtl QuickCheck quickcheck-assertions random
208390
+
smallcheck stm string-qq terminfo test-framework
208391
+
test-framework-hunit test-framework-smallcheck text unix
208392
+
utf8-string vector
208394
+
homepage = "https://github.com/jtdaugherty/vty";
208395
+
description = "A simple terminal UI library";
208396
+
license = stdenv.lib.licenses.bsd3;
208397
+
hydraPlatforms = stdenv.lib.platforms.none;
"vty-examples" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, containers
, data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck
···
212402
-
version = "0.3.38";
212403
-
sha256 = "1csd52wflvxv8iaaflw44wxr6ycmrf1k5d1r5yv9c7skswarnmk3";
212602
+
version = "0.3.39";
212603
+
sha256 = "0n7575l5sy4slzf0v15g7nlrxcq1lslgzzldsxlfaibk0j71xw08";
libraryHaskellDepends = [