hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
9d855bb42d
.
This commit is contained in:
parent
aaf9105fbb
commit
daa50421eb
|
@ -57105,8 +57105,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cobot-io";
|
||||
version = "0.1.3.12";
|
||||
sha256 = "1jj9ip12zmy8qh080skm9fawasxprfbwiyzywilga7lr573wxb88";
|
||||
version = "0.1.3.13";
|
||||
sha256 = "0qi07canqwnwfvmbsp1j9lyklnn8h909r6js94xlpin1qa7dpjda";
|
||||
libraryHaskellDepends = [
|
||||
array attoparsec base binary bytestring containers data-msgpack
|
||||
deepseq http-conduit hyraxAbif lens linear mtl split text vector
|
||||
|
@ -109901,24 +109901,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"group-by-date" = callPackage
|
||||
({ mkDerivation, base, explicit-exception, filemanip, hsshellscript
|
||||
, pathtype, time, transformers, unix-compat, utility-ht
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "group-by-date";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "0lz2ygmzxanrcnhzpqcxi1fqh75c349fcrkd13jgih10zkgk86jh";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base explicit-exception filemanip hsshellscript pathtype time
|
||||
transformers unix-compat utility-ht
|
||||
];
|
||||
description = "Shell command for grouping files by dates into folders";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"group-by-date_0_1_0_4" = callPackage
|
||||
({ mkDerivation, base, explicit-exception, filemanip, pathtype
|
||||
, shell-utility, time, transformers, unix-compat, utility-ht
|
||||
}:
|
||||
|
@ -109934,7 +109916,6 @@ self: {
|
|||
];
|
||||
description = "Shell command for grouping files by dates into folders";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"group-theory" = callPackage
|
||||
|
@ -135381,21 +135362,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec";
|
||||
version = "2.7.5";
|
||||
sha256 = "0dyd0rb5sh5b72v14qmgwnv2fq76wiz9h8k0027bl8lsl0a77gmv";
|
||||
libraryHaskellDepends = [
|
||||
base hspec-core hspec-discover hspec-expectations QuickCheck
|
||||
];
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec_2_7_6" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
|
@ -135408,7 +135374,6 @@ self: {
|
|||
];
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-attoparsec" = callPackage
|
||||
|
@ -135467,33 +135432,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec-core" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
, silently, stm, temporary, tf-random, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-core";
|
||||
version = "2.7.5";
|
||||
sha256 = "0pgmy4r47pdya1h5g1mk4idjs7c2b5dqa5xkqgqn2v60bg32n17p";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
|
||||
setenv stm tf-random transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations hspec-meta HUnit process QuickCheck
|
||||
quickcheck-io random setenv silently stm temporary tf-random
|
||||
transformers
|
||||
];
|
||||
testToolDepends = [ hspec-meta ];
|
||||
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-core_2_7_6" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
|
@ -135518,7 +135456,6 @@ self: {
|
|||
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-dirstream" = callPackage
|
||||
|
@ -135540,25 +135477,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec-discover" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-discover";
|
||||
version = "2.7.5";
|
||||
sha256 = "1d049y6g15s2rvng8gzbnv0fybfhyxjs3hp200fg8kwzq7vzkvmf";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory filepath ];
|
||||
executableHaskellDepends = [ base directory filepath ];
|
||||
testHaskellDepends = [
|
||||
base directory filepath hspec-meta QuickCheck
|
||||
];
|
||||
testToolDepends = [ hspec-meta ];
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-discover_2_7_6" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -135575,7 +135493,6 @@ self: {
|
|||
testToolDepends = [ hspec-meta ];
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-expectations" = callPackage
|
||||
|
@ -165511,23 +165428,6 @@ self: {
|
|||
}) {objc = null;};
|
||||
|
||||
"lukko" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, filepath, singleton-bool
|
||||
, tasty, tasty-expected-failure, tasty-hunit, temporary
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lukko";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "1lh7cv0fqbrn8sf54xz74wq991bl8p67jcyq4ing3khcvh9x2yca";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
async base bytestring filepath singleton-bool tasty
|
||||
tasty-expected-failure tasty-hunit temporary
|
||||
];
|
||||
description = "File locking";
|
||||
license = "GPL-2.0-or-later AND BSD-3-Clause";
|
||||
}) {};
|
||||
|
||||
"lukko_0_1_1_3" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, filepath, singleton-bool
|
||||
, tasty, tasty-expected-failure, tasty-hunit, temporary
|
||||
}:
|
||||
|
@ -165542,7 +165442,6 @@ self: {
|
|||
];
|
||||
description = "File locking";
|
||||
license = "GPL-2.0-or-later AND BSD-3-Clause";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lumberjack" = callPackage
|
||||
|
@ -171480,23 +171379,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"microlens-th" = callPackage
|
||||
({ mkDerivation, base, containers, microlens, template-haskell
|
||||
, th-abstraction, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-th";
|
||||
version = "0.4.3.8";
|
||||
sha256 = "0dy3vrqcw7ahlcwcqfw8jhisy4yj58f91pk4djqqvj8lnx74cm9f";
|
||||
libraryHaskellDepends = [
|
||||
base containers microlens template-haskell th-abstraction
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [ base microlens ];
|
||||
description = "Automatic generation of record lenses for microlens";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-th_0_4_3_9" = callPackage
|
||||
({ mkDerivation, base, containers, microlens, tagged
|
||||
, template-haskell, th-abstraction, transformers
|
||||
}:
|
||||
|
@ -171511,7 +171393,6 @@ self: {
|
|||
testHaskellDepends = [ base microlens tagged ];
|
||||
description = "Automatic generation of record lenses for microlens";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"micrologger" = callPackage
|
||||
|
@ -194694,29 +194575,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"pcre2" = callPackage
|
||||
({ mkDerivation, base, containers, criterion, hspec
|
||||
, microlens-platform, mtl, pcre-light, regex-pcre-builtin
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pcre2";
|
||||
version = "1.1.3.1";
|
||||
sha256 = "1gm9dd2b2vsx24i3am66ml5xx951994h06p20b7fi22g8xh66hh2";
|
||||
libraryHaskellDepends = [
|
||||
base containers mtl template-haskell text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers hspec microlens-platform mtl template-haskell text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base containers criterion microlens-platform mtl pcre-light
|
||||
regex-pcre-builtin template-haskell text
|
||||
];
|
||||
description = "Regular expressions via the PCRE2 C library (included)";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"pcre2_1_1_4" = callPackage
|
||||
({ mkDerivation, base, containers, criterion, hspec
|
||||
, microlens-platform, mtl, pcre-light, regex-pcre-builtin
|
||||
, template-haskell, text
|
||||
|
@ -194737,7 +194595,6 @@ self: {
|
|||
];
|
||||
description = "Regular expressions via the PCRE2 C library (included)";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pdf-slave" = callPackage
|
||||
|
@ -203023,34 +202880,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"postgresql-simple" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
|
||||
, bytestring, bytestring-builder, case-insensitive, containers
|
||||
, cryptohash-md5, filepath, hashable, HUnit, inspection-testing
|
||||
, Only, postgresql-libpq, scientific, tasty, tasty-golden
|
||||
, tasty-hunit, template-haskell, text, time, transformers
|
||||
, uuid-types, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "postgresql-simple";
|
||||
version = "0.6.3";
|
||||
sha256 = "193rh38gzgpy41y6826hs4zdp01xw2fpjncwm281cm1ibrmh68pq";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring bytestring-builder
|
||||
case-insensitive containers hashable Only postgresql-libpq
|
||||
scientific template-haskell text time transformers uuid-types
|
||||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring case-insensitive containers
|
||||
cryptohash-md5 filepath HUnit inspection-testing postgresql-libpq
|
||||
tasty tasty-golden tasty-hunit text time vector
|
||||
];
|
||||
benchmarkHaskellDepends = [ base vector ];
|
||||
description = "Mid-Level PostgreSQL client library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"postgresql-simple_0_6_4" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
|
||||
, bytestring, bytestring-builder, case-insensitive, containers
|
||||
, cryptohash-md5, filepath, hashable, HUnit, inspection-testing
|
||||
|
@ -203076,7 +202905,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base vector ];
|
||||
description = "Mid-Level PostgreSQL client library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"postgresql-simple-bind" = callPackage
|
||||
|
@ -218065,21 +217893,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"replace-attoparsec" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, Cabal, parsers, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "replace-attoparsec";
|
||||
version = "1.4.2.0";
|
||||
sha256 = "02amqp8gbsdvbbb55p6bab6hfhmcc1xijs0dc8677l9iv1q628yq";
|
||||
libraryHaskellDepends = [ attoparsec base bytestring text ];
|
||||
testHaskellDepends = [
|
||||
attoparsec base bytestring Cabal parsers text
|
||||
];
|
||||
description = "Find, replace, and split string patterns with Attoparsec parsers (instead of regex)";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"replace-attoparsec_1_4_4_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, Cabal, parsers, text
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -218092,7 +217905,6 @@ self: {
|
|||
];
|
||||
description = "Find, replace, and split string patterns with Attoparsec parsers (instead of regex)";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"replace-megaparsec" = callPackage
|
||||
|
@ -226903,22 +226715,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"semirings" = callPackage
|
||||
({ mkDerivation, base, base-compat-batteries, containers, hashable
|
||||
, integer-gmp, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "semirings";
|
||||
version = "0.5.4";
|
||||
sha256 = "16lsxg0nzi7d4kr5xibgy9q46fxrga10yzh0jy4jzpyy5axwwysw";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat-batteries containers hashable integer-gmp
|
||||
unordered-containers
|
||||
];
|
||||
description = "two monoids as one, in holy haskimony";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"semirings_0_6" = callPackage
|
||||
({ mkDerivation, base, base-compat-batteries, containers, hashable
|
||||
, unordered-containers
|
||||
}:
|
||||
|
@ -226931,7 +226727,6 @@ self: {
|
|||
];
|
||||
description = "two monoids as one, in holy haskimony";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"semver" = callPackage
|
||||
|
@ -238589,20 +238384,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"some" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "some";
|
||||
version = "1.0.1";
|
||||
sha256 = "13dpvxswjcsmic8h2vayp77qzl820gg4g29g5n2xcja8gnzjkkii";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gpr24rf427l82d8gb3x97yj03vc2v8ky3b6m1gb4j3g4yvvmr96";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Existential type: Some";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"some_1_0_2" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "some";
|
||||
|
@ -238612,7 +238393,6 @@ self: {
|
|||
testHaskellDepends = [ base ];
|
||||
description = "Existential type: Some";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sonic-visualiser" = callPackage
|
||||
|
@ -245282,31 +245062,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"string-random" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
, optparse-applicative, pcre-heavy, QuickCheck, random, tasty
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "string-random";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "18yni8zm51x65i5h1c4sr9msd5fqa3fnh3zm0dck2wk364xz7dsy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base containers random text transformers
|
||||
];
|
||||
executableHaskellDepends = [ base optparse-applicative text ];
|
||||
testHaskellDepends = [
|
||||
base bytestring pcre-heavy QuickCheck tasty tasty-hunit
|
||||
tasty-quickcheck text
|
||||
];
|
||||
description = "A library for generating random string from a regular experession";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"string-random_0_1_4_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
, optparse-applicative, pcre-heavy, QuickCheck, random, tasty
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
|
@ -250728,19 +250483,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"tasty-expected-failure" = callPackage
|
||||
({ mkDerivation, base, tagged, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-expected-failure";
|
||||
version = "0.11.1.2";
|
||||
sha256 = "175gdk1mkslcwjxajkbl4zmaigzf8h4svzd7va5qb519y0dxk28n";
|
||||
revision = "1";
|
||||
editedCabalFile = "1r367zar3gdad99nh53z7pr1qcw640pkcdv8zgl1b162ds3sv6zz";
|
||||
libraryHaskellDepends = [ base tagged tasty ];
|
||||
description = "Mark tasty tests as failure expected";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tasty-expected-failure_0_12_2" = callPackage
|
||||
({ mkDerivation, base, hedgehog, tagged, tasty, tasty-golden
|
||||
, tasty-hedgehog, tasty-hunit, unbounded-delays
|
||||
}:
|
||||
|
@ -250754,7 +250496,6 @@ self: {
|
|||
];
|
||||
description = "Mark tasty tests as failure expected";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-fail-fast" = callPackage
|
||||
|
@ -251365,6 +251106,8 @@ self: {
|
|||
pname = "tasty-wai";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1bnq2mbgv1ksn9sq33dq1q91pzndy7gn61mlnkybk89k0bsw5i7y";
|
||||
revision = "1";
|
||||
editedCabalFile = "033s0aap50r7y3sbxc1jf60lpv66nljwyypc8smyccgiv5l8khzr";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring http-types HUnit tasty wai wai-extra
|
||||
];
|
||||
|
@ -254003,17 +253746,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"text-ansi" = callPackage
|
||||
({ mkDerivation, base, text }:
|
||||
mkDerivation {
|
||||
pname = "text-ansi";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "139whkn4yr72bxd4jq3zp0cccylynb8p2lgk5dkhrhddhcj5605g";
|
||||
libraryHaskellDepends = [ base text ];
|
||||
description = "Text styling for ANSI terminals";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"text-ansi_0_1_1" = callPackage
|
||||
({ mkDerivation, base, text }:
|
||||
mkDerivation {
|
||||
pname = "text-ansi";
|
||||
|
@ -254022,7 +253754,6 @@ self: {
|
|||
libraryHaskellDepends = [ base text ];
|
||||
description = "Text styling for ANSI terminals";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"text-binary" = callPackage
|
||||
|
@ -266055,24 +265786,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"universe" = callPackage
|
||||
({ mkDerivation, universe-base, universe-instances-extended
|
||||
, universe-reverse-instances, universe-some
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "universe";
|
||||
version = "1.2";
|
||||
sha256 = "0l8g583pgbklxgv7fjb1bdhf1a09wmj8fc59siknqwlankln84qs";
|
||||
libraryHaskellDepends = [
|
||||
universe-base universe-instances-extended
|
||||
universe-reverse-instances universe-some
|
||||
];
|
||||
description = "A class for finite and recursively enumerable types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"universe_1_2_1" = callPackage
|
||||
({ mkDerivation, universe-base, universe-instances-extended
|
||||
, universe-reverse-instances, universe-some
|
||||
}:
|
||||
|
@ -266091,23 +265804,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"universe-base" = callPackage
|
||||
({ mkDerivation, base, containers, QuickCheck, tagged, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "universe-base";
|
||||
version = "1.1.1";
|
||||
sha256 = "1a6yyvrzkz7jnjz4lyp8aw0r5hci1nx8c06v3dicgfqs3frk1v8x";
|
||||
revision = "2";
|
||||
editedCabalFile = "0601hqv5h2274i11j1ai2yqb7zk2fkqkiqlpwnq5awbgdkwb10i8";
|
||||
libraryHaskellDepends = [ base containers tagged transformers ];
|
||||
testHaskellDepends = [ base containers QuickCheck ];
|
||||
description = "A class for finite and recursively enumerable types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"universe-base_1_1_2" = callPackage
|
||||
({ mkDerivation, base, containers, QuickCheck, tagged, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -266151,25 +265847,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"universe-instances-extended" = callPackage
|
||||
({ mkDerivation, adjunctions, base, comonad, containers
|
||||
, contravariant, universe-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "universe-instances-extended";
|
||||
version = "1.1.1";
|
||||
sha256 = "1ppklq2rjcryld9d9kdzz55vfllfpxxgsvvkhpd1jrvhyj51yahh";
|
||||
revision = "1";
|
||||
editedCabalFile = "0g3qpvgw304yml1n9ly78qrsrrw53f6zpkciyk1xc0nmlm0dkwih";
|
||||
libraryHaskellDepends = [
|
||||
adjunctions base comonad containers contravariant universe-base
|
||||
];
|
||||
description = "Universe instances for types from selected extra packages";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"universe-instances-extended_1_1_2" = callPackage
|
||||
({ mkDerivation, adjunctions, base, comonad, containers
|
||||
, universe-base
|
||||
}:
|
||||
|
@ -266202,21 +265879,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"universe-reverse-instances" = callPackage
|
||||
({ mkDerivation, base, containers, universe-base }:
|
||||
mkDerivation {
|
||||
pname = "universe-reverse-instances";
|
||||
version = "1.1";
|
||||
sha256 = "0pdmv146ap0dh38mxhjf11jx3fbr9im7mc0zxb3bsnwpfrv1kfqd";
|
||||
revision = "3";
|
||||
editedCabalFile = "1zkpcipbzhxricr94pkhn4cqmjcnsxx301kxarx798qr9il37qzw";
|
||||
libraryHaskellDepends = [ base containers universe-base ];
|
||||
description = "Instances of standard classes that are made possible by enumerations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"universe-reverse-instances_1_1_1" = callPackage
|
||||
({ mkDerivation, base, containers, universe-base }:
|
||||
mkDerivation {
|
||||
pname = "universe-reverse-instances";
|
||||
|
@ -266230,27 +265892,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"universe-some" = callPackage
|
||||
({ mkDerivation, base, some, template-haskell, th-abstraction
|
||||
, transformers, universe-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "universe-some";
|
||||
version = "1.2";
|
||||
sha256 = "1c9pdk682xdzscq77c006x052c9jizpgja3xk0ym8n421h0k8zlh";
|
||||
revision = "2";
|
||||
editedCabalFile = "1m02p2lrk46a26s8ghvls3airdassdf6yy2i2arn4vm1ndzqywy2";
|
||||
libraryHaskellDepends = [
|
||||
base some template-haskell th-abstraction transformers
|
||||
universe-base
|
||||
];
|
||||
testHaskellDepends = [ base some template-haskell universe-base ];
|
||||
description = "Universe instances for Some from some";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"universe-some_1_2_1" = callPackage
|
||||
({ mkDerivation, base, some, template-haskell, th-abstraction
|
||||
, transformers, universe-base
|
||||
}:
|
||||
|
@ -269790,19 +269431,19 @@ self: {
|
|||
}) {};
|
||||
|
||||
"vector-circular" = callPackage
|
||||
({ mkDerivation, base, deepseq, hedgehog, hedgehog-classes
|
||||
({ mkDerivation, base, deepseq, doctest, hedgehog, hedgehog-classes
|
||||
, nonempty-vector, primitive, semigroupoids, template-haskell
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-circular";
|
||||
version = "0.1.1";
|
||||
sha256 = "08ydvvhzgkci615dnh3r5avzvx0xzibh9l2lys93sbxa139j446c";
|
||||
version = "0.1.2";
|
||||
sha256 = "1605yf9q8v6w8kxgsw5g9gmj39w23gzal3qf0mlssr4ay2psvg7y";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq nonempty-vector primitive semigroupoids
|
||||
template-haskell vector
|
||||
];
|
||||
testHaskellDepends = [ base hedgehog hedgehog-classes ];
|
||||
testHaskellDepends = [ base doctest hedgehog hedgehog-classes ];
|
||||
description = "circular vectors";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
@ -279162,23 +278803,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"xml-lens" = callPackage
|
||||
({ mkDerivation, base, case-insensitive, containers, lens, text
|
||||
, xml-conduit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xml-lens";
|
||||
version = "0.2";
|
||||
sha256 = "1jvi8xcsvwzvh44karnsp9br6bfn59s5vhizwycg4fi7ljhm8fm3";
|
||||
revision = "1";
|
||||
editedCabalFile = "0agp2gpzzgrpy831cj47r8fi91r0s68a7bl8fqvbb1ya7jfadfll";
|
||||
libraryHaskellDepends = [
|
||||
base case-insensitive containers lens text xml-conduit
|
||||
];
|
||||
description = "Lenses, traversals, and prisms for xml-conduit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"xml-lens_0_3" = callPackage
|
||||
({ mkDerivation, base, case-insensitive, containers, lens, text
|
||||
, xml-conduit
|
||||
}:
|
||||
|
@ -279191,7 +278815,6 @@ self: {
|
|||
];
|
||||
description = "Lenses, traversals, and prisms for xml-conduit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"xml-monad" = callPackage
|
||||
|
@ -283002,32 +282625,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yesod-page-cursor" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, hspec
|
||||
, hspec-expectations-lifted, http-link-header, http-types, lens
|
||||
, lens-aeson, monad-logger, mtl, network-uri, persistent
|
||||
, persistent-sqlite, persistent-template, scientific, text, time
|
||||
, unliftio, unliftio-core, wai-extra, yesod, yesod-core, yesod-test
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-page-cursor";
|
||||
version = "2.0.0.1";
|
||||
sha256 = "1fsq2shnn1izhw28f8dfyc8ssfxfjhzip0hh1cw80hpcg7q0pr73";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers http-link-header network-uri text
|
||||
unliftio yesod-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring hspec hspec-expectations-lifted
|
||||
http-link-header http-types lens lens-aeson monad-logger mtl
|
||||
persistent persistent-sqlite persistent-template scientific text
|
||||
time unliftio unliftio-core wai-extra yesod yesod-core yesod-test
|
||||
];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"yesod-page-cursor_2_0_0_2" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, hspec
|
||||
, hspec-expectations-lifted, http-link-header, http-types, lens
|
||||
, lens-aeson, monad-logger, mtl, network-uri, persistent
|
||||
|
|
Loading…
Reference in New Issue