Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tchoutri/horizon-platform
  • jonge/horizon-platform
  • raoulhc/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 209 additions and 703 deletions
{ mkDerivation, base, data-default-class, dlist, lib }:
mkDerivation {
pname = "data-default-instances-dlist";
version = "0.0.1";
sha256 = "7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class dlist ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Default instances for types in dlist";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, data-default-class, lib, old-locale }:
mkDerivation {
pname = "data-default-instances-old-locale";
version = "0.0.1";
sha256 = "60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class old-locale ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Default instances for types in old-locale";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, data-default-class
, data-default-instances-containers
, data-default-instances-dlist
, data-default-instances-old-locale
, lib
}:
mkDerivation {
pname = "data-default";
version = "0.7.1.1";
sha256 = "b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
data-default-class
data-default-instances-containers
data-default-instances-dlist
data-default-instances-old-locale
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A class for types with a default value";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, criterion, lib, tasty, tasty-quickcheck }:
{ mkDerivation, base, data-bword, ghc-prim, hashable, lib, tasty
, tasty-quickcheck, template-haskell
}:
mkDerivation {
pname = "clock";
version = "0.8.3";
sha256 = "845ce5db4c98cefd517323e005f87effceff886987305e421c4ef616dc0505d1";
pname = "data-dword";
version = "0.3.2.1";
sha256 = "1114f1efd8f8e80517f7a1df7e73e8a0f3dcc9414f3ba5669f05b29f90dfdd50";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
libraryHaskellDepends = [
base data-bword ghc-prim hashable template-haskell
];
testHaskellDepends = [ base tasty tasty-quickcheck ];
benchmarkHaskellDepends = [ base criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/corsis/clock";
description = "High-resolution clock functions: monotonic, realtime, cputime";
homepage = "https://github.com/mvv/data-dword";
description = "Stick two binary words together to get a bigger one";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "indexed-profunctors";
pname = "data-endian";
version = "0.1.1";
sha256 = "5aba418a92a4f75efc626de7c0e4d88ed57033e0de0f2743ce6d9c9ef7626cb1";
sha256 = "8c1d4f30374f8331d31f4d7c6b39284331b6b9436e7b50f86547417bd05f2ac0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Utilities for indexed profunctors";
homepage = "https://github.com/mvv/data-endian";
description = "Endian-sensitive data";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "erf";
version = "2.0.0.0";
sha256 = "24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337";
pname = "data-ordlist";
version = "0.4.7.0";
sha256 = "6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "The error function, erf, and related functions";
description = "Set and bag operations on ordered lists";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, clock
, directory
, filepath
, lib
, process
, quickcheck-instances
, time
, unix
{ mkDerivation, base, binary, bytestring, cereal, data-endian, lib
, parsers, split, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "extra";
version = "1.7.12";
sha256 = "e571a9ec1d8865f0fbb0e0ba1eb575f783b0365c80db19b54a93600bae43b03c";
pname = "data-serializer";
version = "0.3.5";
sha256 = "b4a0bfdeef7c8c77006682c46addf4ee9e1c8e51b5e01c7ac324813cd16ffd43";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
clock
directory
filepath
process
time
unix
base binary bytestring cereal data-endian parsers split
];
testHaskellDepends = [
base
directory
filepath
QuickCheck
quickcheck-instances
unix
base binary bytestring cereal tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/extra#readme";
description = "Extra functions I use";
homepage = "https://github.com/mvv/data-serializer";
description = "Common API for serialization libraries";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, ghc-prim
, lib
, mwc-random
, primitive
, vector
, vector-algorithms
{ mkDerivation, base, deepseq, ghc-prim, lib, mwc-random, primitive
, vector, vector-algorithms
}:
mkDerivation {
pname = "data-sketches-core";
......@@ -16,26 +9,14 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
ghc-prim
mwc-random
primitive
vector
vector-algorithms
base deepseq ghc-prim mwc-random primitive vector vector-algorithms
];
testHaskellDepends = [
base
deepseq
ghc-prim
mwc-random
primitive
vector
vector-algorithms
base deepseq ghc-prim mwc-random primitive vector vector-algorithms
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -43,4 +24,4 @@ mkDerivation {
homepage = "https://github.com/iand675/datasketches-haskell#readme";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, criterion
, data-sketches-core
, ghc-prim
, hspec
, hspec-discover
, lib
, mtl
, mwc-random
, pretty-show
, primitive
, statistics
, vector
, vector-algorithms
{ mkDerivation, QuickCheck, base, criterion, data-sketches-core
, ghc-prim, hspec, hspec-discover, lib, mtl, mwc-random
, pretty-show, primitive, statistics, vector, vector-algorithms
}:
mkDerivation {
pname = "data-sketches";
......@@ -23,45 +10,22 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
data-sketches-core
ghc-prim
mtl
mwc-random
primitive
vector
base data-sketches-core ghc-prim mtl mwc-random primitive vector
vector-algorithms
];
testHaskellDepends = [
base
data-sketches-core
ghc-prim
hspec
hspec-discover
mtl
mwc-random
pretty-show
primitive
QuickCheck
statistics
vector
base data-sketches-core ghc-prim hspec hspec-discover mtl
mwc-random pretty-show primitive QuickCheck statistics vector
vector-algorithms
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
base
criterion
data-sketches-core
ghc-prim
mtl
mwc-random
primitive
vector
vector-algorithms
base criterion data-sketches-core ghc-prim mtl mwc-random primitive
vector vector-algorithms
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -69,4 +33,4 @@ mkDerivation {
homepage = "https://github.com/iand675/datasketches-haskell#readme";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, lib, parsers
, test-framework, test-framework-quickcheck2, text, text-latin1
, text-printer, type-hint
}:
mkDerivation {
pname = "data-textual";
version = "0.3.0.3";
sha256 = "4b9ee8ccd03f24203dd9307bf9aa67180ff0f07b45c3a01e33d8185ff275ec9a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring parsers text text-latin1 text-printer
];
testHaskellDepends = [
base parsers QuickCheck test-framework test-framework-quickcheck2
text-printer type-hint
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mvv/data-textual";
description = "Human-friendly textual representations";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, cereal, conduit
, containers, criterion, deepseq, directory, exceptions, extra
, filepath, lens, lib, network, parsec, process, random, resourcet
, split, tasty, tasty-hunit, tasty-quickcheck, template-haskell
, temporary, text, th-lift, transformers, unix, vector, xml-conduit
, xml-types
}:
mkDerivation {
pname = "dbus";
version = "1.3.5";
sha256 = "2e61f469ff17a1703018c9e8b88d6fc0c6b48af0fe295c33b0b7bf7dbb5684f0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring cereal conduit containers deepseq exceptions
filepath lens network parsec random split template-haskell text
th-lift transformers unix vector xml-conduit xml-types
];
testHaskellDepends = [
base bytestring cereal containers directory extra filepath network
parsec process QuickCheck random resourcet tasty tasty-hunit
tasty-quickcheck temporary text transformers unix vector
];
benchmarkHaskellDepends = [ base criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/rblaze/haskell-dbus#readme";
description = "A client library for the D-Bus IPC system";
license = lib.licenses.asl20;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, deepseq
, ghc-prim
, lib
, test-framework
, test-framework-hunit
}:
mkDerivation {
pname = "deepseq-generics";
version = "0.2.0.0";
sha256 = "b0b3ef5546c0768ef9194519a90c629f8f2ba0348487e620bb89d512187c7c9d";
revision = "8";
editedCabalFile = "0dcv4kf2g4xyacjpci9kql1gm706lkzhcyz9ks9jkbdvyvs8lf90";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ghc-prim ];
testHaskellDepends = [
base
deepseq
ghc-prim
HUnit
test-framework
test-framework-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/deepseq-generics";
description = "GHC.Generics-based Control.DeepSeq.rnf implementation";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, ghc-heap
, ghc-prim
, hedgehog
, lib
, random
, stm
, tasty
, tasty-hedgehog
, text
, time
{ mkDerivation, base, bytestring, containers, foldl, hashable, lib
, primitive, quickcheck-instances, rerebase, tasty
, tasty-quickcheck, text, transformers, unordered-containers
, vector
}:
mkDerivation {
pname = "nothunks";
version = "0.1.3";
sha256 = "c191e9c3d86ca006bf8d85adfd936ff997759120b0fcfaf4960a56d8bd850e53";
pname = "deferred-folds";
version = "0.9.18.6";
sha256 = "ebffce410040c77d2babee73f45ab7e79da7dcec424590a991b6dc0b8a1b8f02";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
ghc-heap
stm
text
time
vector
base bytestring containers foldl hashable primitive text
transformers unordered-containers vector
];
testHaskellDepends = [
base
containers
ghc-prim
hedgehog
random
stm
tasty
tasty-hedgehog
quickcheck-instances rerebase tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Examine values for unexpected thunks";
homepage = "https://github.com/nikita-volkov/deferred-folds";
description = "Abstractions over deferred folds";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, deepseq
, hspec
, lib
, math-functions
, primitive
, vector
, vector-algorithms
, vector-binary-instances
, vector-th-unbox
}:
mkDerivation {
pname = "dense-linear-algebra";
version = "0.1.0.0";
sha256 = "f7777a7931b40332ebbc716f64abb63697cbab0128e5c1228d47760c5597f2d4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
math-functions
primitive
vector
vector-algorithms
vector-binary-instances
vector-th-unbox
];
testHaskellDepends = [ base hspec QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Simple and incomplete pure haskell implementation of linear algebra";
license = lib.licenses.bsd2;
broken = false;
}
{ mkDerivation
, base
, constraints-extras
, containers
, dependent-sum
, lib
}:
mkDerivation {
pname = "dependent-map";
version = "0.4.0.0";
sha256 = "53ce0b52d8be1b85fc6489fb27656f16d837bee4fbe0ddf39c844e3ea8871f2c";
revision = "1";
editedCabalFile = "160p9crvlx1sn60inkwxa6mv1h2d4fgqnpsb2km67zrkpdfyd2s2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
constraints-extras
containers
dependent-sum
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/dependent-map";
description = "Dependent finite maps (partial dependent products)";
license = "unknown";
broken = false;
}
{ mkDerivation, base, constraints-extras, lib, some }:
mkDerivation {
pname = "dependent-sum";
version = "0.7.1.0";
sha256 = "81cb55907f321f62bea095ae72e9711095c4cb7378fa66fbabc483a9f61b462a";
revision = "2";
editedCabalFile = "0d7wb1ag60mcm56axcrx9pd6hgrsxmqynyplbcfl01ms2i60fhr9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base constraints-extras some ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/dependent-sum";
description = "Dependent sum type";
license = lib.licenses.publicDomain;
broken = false;
}
{ mkDerivation, QuickCheck, base, containers, lib, transformers }:
{ mkDerivation, base, deepseq, hashable, lib, mtl, rerebase
, strict-list, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "selective";
version = "0.5";
sha256 = "b0fda80309a83d8f9eed9b8798b3c8c6626600154948323a8d80ab8e2c2f8da3";
pname = "deque";
version = "0.4.4.1";
sha256 = "da775f9e524bfeebadb3ac4077dca3e261def708ed8d5779b0a48a5fe584de3f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers transformers ];
testHaskellDepends = [ base containers QuickCheck transformers ];
libraryHaskellDepends = [ base deepseq hashable mtl strict-list ];
testHaskellDepends = [ rerebase tasty tasty-quickcheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/snowleopard/selective";
description = "Selective applicative functors";
homepage = "https://github.com/nikita-volkov/deque";
description = "Double-ended queues";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, aeson, base, bytestring, lib }:
mkDerivation {
pname = "deriving-aeson";
version = "0.2.8";
sha256 = "2dd3824fbb182811655e7ff9a2292ffc9178a29d0ccdcc0d04ef74c54856a938";
version = "0.2.9";
sha256 = "c0b2975df7ed5ba668982ba442318c36adfe8be3c32dcf136c13bf9662261833";
revision = "1";
editedCabalFile = "0pwx7lmdhpipg9ksqkz6xpjzh1aw2hip8y3jsk20ndl4wdzvxak5";
editedCabalFile = "14iqkk7vs0lb0sgq159z0xw95pa87r60i1f4m17gfh2gbbddcywm";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -12,7 +12,7 @@ mkDerivation {
testHaskellDepends = [ aeson base bytestring ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -20,4 +20,4 @@ mkDerivation {
description = "Type driven generic aeson instance customisation";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, aeson
, aeson-pretty
, aeson-yaml
, ansi-terminal
, base
, bytestring
, containers
, dhall
, exceptions
, filepath
, lens-family-core
, lib
, optparse-applicative
, prettyprinter
, prettyprinter-ansi-terminal
, scientific
, tasty
, tasty-hunit
, tasty-silver
, text
, unordered-containers
, vector
}:
mkDerivation {
pname = "dhall-json";
version = "1.7.11";
sha256 = "26c2acf33bfc597f4d2ac333a431180c9929d7a9b4ef7cf70c4bd45eba65ef28";
revision = "1";
editedCabalFile = "0m5sngc1j7jagn95qmjz7gpw2jgqnnafgr6nwd506q8z2jg2a3my";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
aeson-pretty
aeson-yaml
base
bytestring
containers
dhall
exceptions
filepath
lens-family-core
optparse-applicative
prettyprinter
scientific
text
unordered-containers
vector
];
executableHaskellDepends = [
aeson
aeson-pretty
ansi-terminal
base
bytestring
dhall
exceptions
optparse-applicative
prettyprinter
prettyprinter-ansi-terminal
text
];
testHaskellDepends = [
aeson
base
bytestring
dhall
tasty
tasty-hunit
tasty-silver
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Convert between Dhall and JSON or YAML";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Diff
, QuickCheck
, aeson
, aeson-pretty
, ansi-terminal
, atomic-write
, base
, base16-bytestring
, bytestring
, case-insensitive
, cborg
, cborg-json
, containers
, contravariant
, cryptohash-sha256
, data-fix
, deepseq
, directory
, doctest
, dotgen
, either
, exceptions
, filepath
, foldl
, gauge
, generic-random
, half
, hashable
, haskeline
, http-client
, http-client-tls
, http-types
, indexed-traversable
, lens-family-core
, lib
, megaparsec
, mmorph
, mockery
, mtl
, network-uri
, optparse-applicative
, parser-combinators
, parsers
, pretty-simple
, prettyprinter
, prettyprinter-ansi-terminal
, profunctors
, quickcheck-instances
, repline
, scientific
, serialise
, special-values
, spoon
, system-filepath
, tasty
, tasty-expected-failure
, tasty-hunit
, tasty-quickcheck
, tasty-silver
, template-haskell
, temporary
, text
, text-manipulate
, text-short
, th-lift-instances
, time
, transformers
, turtle
, unordered-containers
, uri-encode
, vector
}:
mkDerivation {
pname = "dhall";
version = "1.41.2";
sha256 = "6a9a026e698e5c1a1e103fcb376e8494615b03ef2450f0b6c5e6b43877cea592";
revision = "4";
editedCabalFile = "0innb3cn98ynb8bd83jdyrm64ij7wcvajg5qcwzdwbyzpr62anfx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson
aeson-pretty
ansi-terminal
atomic-write
base
base16-bytestring
bytestring
case-insensitive
cborg
cborg-json
containers
contravariant
cryptohash-sha256
data-fix
deepseq
Diff
directory
dotgen
either
exceptions
filepath
half
hashable
haskeline
http-client
http-client-tls
http-types
indexed-traversable
lens-family-core
megaparsec
mmorph
mtl
network-uri
optparse-applicative
parser-combinators
parsers
pretty-simple
prettyprinter
prettyprinter-ansi-terminal
profunctors
repline
scientific
serialise
template-haskell
text
text-manipulate
text-short
th-lift-instances
time
transformers
unordered-containers
uri-encode
vector
];
executableHaskellDepends = [
aeson
aeson-pretty
ansi-terminal
atomic-write
base
base16-bytestring
bytestring
case-insensitive
cborg
cborg-json
containers
contravariant
data-fix
deepseq
Diff
directory
dotgen
either
exceptions
filepath
half
hashable
haskeline
indexed-traversable
lens-family-core
megaparsec
mmorph
mtl
network-uri
optparse-applicative
parser-combinators
parsers
pretty-simple
prettyprinter
prettyprinter-ansi-terminal
profunctors
repline
scientific
serialise
template-haskell
text
text-manipulate
text-short
th-lift-instances
time
transformers
unordered-containers
uri-encode
vector
];
testHaskellDepends = [
aeson
aeson-pretty
ansi-terminal
atomic-write
base
base16-bytestring
bytestring
case-insensitive
cborg
cborg-json
containers
contravariant
data-fix
deepseq
Diff
directory
doctest
dotgen
either
exceptions
filepath
foldl
generic-random
half
hashable
haskeline
http-client
http-client-tls
indexed-traversable
lens-family-core
megaparsec
mmorph
mockery
mtl
network-uri
optparse-applicative
parser-combinators
parsers
pretty-simple
prettyprinter
prettyprinter-ansi-terminal
profunctors
QuickCheck
quickcheck-instances
repline
scientific
serialise
special-values
spoon
system-filepath
tasty
tasty-expected-failure
tasty-hunit
tasty-quickcheck
tasty-silver
template-haskell
temporary
text
text-manipulate
text-short
th-lift-instances
time
transformers
turtle
unordered-containers
uri-encode
vector
];
benchmarkHaskellDepends = [
aeson
aeson-pretty
ansi-terminal
atomic-write
base
base16-bytestring
bytestring
case-insensitive
cborg
cborg-json
containers
contravariant
data-fix
deepseq
Diff
directory
dotgen
either
exceptions
filepath
gauge
half
hashable
haskeline
indexed-traversable
lens-family-core
megaparsec
mmorph
mtl
network-uri
optparse-applicative
parser-combinators
parsers
pretty-simple
prettyprinter
prettyprinter-ansi-terminal
profunctors
repline
scientific
serialise
template-haskell
text
text-manipulate
text-short
th-lift-instances
time
transformers
unordered-containers
uri-encode
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
broken = false;
}