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
  • raoulhc/horizon-platform
  • jonge/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 25 additions and 1268 deletions
{ 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
, QuickCheck
, base
, bytestring
, containers
, foldl
, hashable
, lib
, primitive
, quickcheck-instances
, rerebase
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, transformers
, unordered-containers
{ mkDerivation, base, bytestring, containers, foldl, hashable, lib
, primitive, quickcheck-instances, rerebase, tasty
, tasty-quickcheck, text, transformers, unordered-containers
, vector
}:
mkDerivation {
pname = "deferred-folds";
version = "0.9.18.2";
sha256 = "26ddc60183478033735f82ba506db93032fb8c7fe91b7e72a0d8f9f05febb42a";
version = "0.9.18.6";
sha256 = "ebffce410040c77d2babee73f45ab7e79da7dcec424590a991b6dc0b8a1b8f02";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
foldl
hashable
primitive
text
transformers
unordered-containers
vector
base bytestring containers foldl hashable primitive text
transformers unordered-containers vector
];
testHaskellDepends = [
QuickCheck
quickcheck-instances
rerebase
tasty
tasty-hunit
tasty-quickcheck
quickcheck-instances rerebase tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/metrix-ai/deferred-folds";
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
, dependent-sum
, lib
, template-haskell
, th-abstraction
, th-extras
}:
mkDerivation {
pname = "dependent-sum-template";
version = "0.1.1.1";
sha256 = "d46fc18d5c2f5d385f901777e982e8a1ae9094ba7e68f7e4997a82036375ae0f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
dependent-sum
template-haskell
th-abstraction
th-extras
];
testHaskellDepends = [ base constraints-extras dependent-sum ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/dependent-sum";
description = "Template Haskell code to generate instances of classes in dependent-sum package";
license = lib.licenses.publicDomain;
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
, deepseq
, hashable
, lib
, mtl
, quickcheck-instances
, rerebase
, strict-list
, tasty
, tasty-hunit
, tasty-quickcheck
{ mkDerivation, base, deepseq, hashable, lib, mtl, rerebase
, strict-list, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "deque";
version = "0.4.4";
sha256 = "d646d82001cc6b1f17a969ab1d479c2f65f31547c1741dfd7d7c12f7709319f4";
version = "0.4.4.1";
sha256 = "da775f9e524bfeebadb3ac4077dca3e261def708ed8d5779b0a48a5fe584de3f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq hashable mtl strict-list ];
testHaskellDepends = [
QuickCheck
quickcheck-instances
rerebase
tasty
tasty-hunit
tasty-quickcheck
];
testHaskellDepends = [ rerebase tasty tasty-quickcheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -39,4 +21,4 @@ mkDerivation {
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
, QuickCheck
, base
, base-compat
, base-orphans
, containers
, ghc-boot-th
, ghc-prim
, hspec
, hspec-discover
, lib
, tagged
, template-haskell
, th-abstraction
, transformers
, transformers-compat
, void
}:
mkDerivation {
pname = "deriving-compat";
version = "0.6.1";
sha256 = "6bfda1bb730fdad50251f7875dff2802fea3388cfd4ea232f34a03218cae9d26";
revision = "1";
editedCabalFile = "0m3ywfvj96yqrdyv6mgnmdhlsvjjn89wl0n1n7v2m60zaan14cgh";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
ghc-boot-th
ghc-prim
template-haskell
th-abstraction
transformers
transformers-compat
];
testHaskellDepends = [
base
base-compat
base-orphans
hspec
QuickCheck
tagged
template-haskell
transformers
transformers-compat
void
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-compat/deriving-compat";
description = "Backports of GHC deriving extensions";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, base16-bytestring
, bytestring
, containers
, cryptohash-sha256
, dhall
, directory
, doctest
, file-embed
, filepath
, foldl
, lens-family-core
, lib
, lucid
, megaparsec
, mmark
, mtl
, optparse-applicative
, path
, path-io
, pretty
, prettyprinter
, tasty
, tasty-hunit
, tasty-silver
, text
, transformers
, turtle
}:
mkDerivation {
pname = "dhall-docs";
version = "1.0.10";
sha256 = "4257d1a4fb06f5c98dbef7d39b420e7c52db9f966cc1c5f4da13d9286bb706e6";
revision = "3";
editedCabalFile = "06pjafliw9a3pzw9846yb9rmsjrwrn7jhax7s2bsdasx5agdrfg5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base
base16-bytestring
bytestring
containers
cryptohash-sha256
dhall
directory
file-embed
filepath
lens-family-core
lucid
megaparsec
mmark
mtl
optparse-applicative
path
path-io
prettyprinter
text
transformers
];
executableHaskellDepends = [ base dhall ];
testHaskellDepends = [
base
bytestring
containers
dhall
directory
doctest
filepath
foldl
lucid
path
path-io
pretty
tasty
tasty-hunit
tasty-silver
text
turtle
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Generate HTML docs from a dhall package";
license = lib.licenses.bsd3;
broken = false;
}
{ 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
, aeson
, base
, base16-bytestring
, base64-bytestring
, bytestring
, data-fix
, dhall
, foldl
, hnix
, lens-family-core
, lib
, megaparsec
, mmorph
, neat-interpolation
, network-uri
, optparse-applicative
, prettyprinter
, text
, transformers
, turtle
}:
mkDerivation {
pname = "dhall-nixpkgs";
version = "1.0.9";
sha256 = "a31c656973f30ddf4d750db75fa351d89a38e7a3937743a8f8f0d71f211611c8";
revision = "1";
editedCabalFile = "0140jhwf5mz9i5k1v0mbljhr77rgfvhbs5s3ak9naagnxszy725j";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = false;
executableHaskellDepends = [
aeson
base
base16-bytestring
base64-bytestring
bytestring
data-fix
dhall
foldl
hnix
lens-family-core
megaparsec
mmorph
neat-interpolation
network-uri
optparse-applicative
prettyprinter
text
transformers
turtle
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Convert Dhall projects to Nix packages";
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;
}
{ mkDerivation
, HUnit
, MonadRandom
, QuickCheck
, base
, circle-packing
, colour
, containers
, cubicbezier
, data-default
, data-default-class
, diagrams-core
, diagrams-lib
, diagrams-solve
, force-layout
, hashable
, lens
, lib
, linear
, mfsolve
, monoid-extras
, mtl
, mtl-compat
, parsec
, random
, semigroups
, split
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
}:
mkDerivation {
pname = "diagrams-contrib";
version = "1.4.5";
sha256 = "900baf9c40a36b637400bb58dbab260d3b654a1249809153c4fdd6ec2152286c";
revision = "1";
editedCabalFile = "0i5s9mr88kc68v2wc07jpdy2hzqh2gc1dsawvb2sracnqmv9q658";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
circle-packing
colour
containers
cubicbezier
data-default
data-default-class
diagrams-core
diagrams-lib
diagrams-solve
force-layout
hashable
lens
linear
mfsolve
MonadRandom
monoid-extras
mtl
mtl-compat
parsec
random
semigroups
split
text
];
testHaskellDepends = [
base
containers
diagrams-lib
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://diagrams.github.io/";
description = "Collection of user contributions to diagrams EDSL";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, adjunctions
, base
, containers
, distributive
, dual-tree
, lens
, lib
, linear
, monoid-extras
, mtl
, profunctors
, semigroups
, unordered-containers
}:
mkDerivation {
pname = "diagrams-core";
version = "1.5.0.1";
sha256 = "16ce30fbea3c77fc3debcd2c835a822b61f7da43839265819e70c49e61b961bf";
revision = "1";
editedCabalFile = "1gahbyv00xyr4pcmpq4g95jyh7844fp8z0g9l2ybifv4s73vdrym";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
adjunctions
base
containers
distributive
dual-tree
lens
linear
monoid-extras
mtl
profunctors
semigroups
unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://diagrams.github.io";
description = "Core libraries for diagrams EDSL";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, JuicyPixels
, QuickCheck
, active
, adjunctions
, array
, base
, bytestring
, cereal
, colour
, containers
, criterion
, data-default-class
, deepseq
, diagrams-core
, diagrams-solve
, directory
, distributive
, dual-tree
, exceptions
, filepath
, fingertree
, fsnotify
, hashable
, intervals
, lens
, lib
, linear
, monoid-extras
, mtl
, numeric-extras
, optparse-applicative
, process
, profunctors
, semigroups
, tagged
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, transformers
, unordered-containers
}:
mkDerivation {
pname = "diagrams-lib";
version = "1.4.5.3";
sha256 = "2c9eb84b4b3c9f23f01a24cdae24d49c2eccb39bb50c90475ffa119ad813e640";
revision = "3";
editedCabalFile = "10m1nh6swfh4jvky2mx692g0jp1xk1cym9gvzljmmni3pf41mzsf";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
active
adjunctions
array
base
bytestring
cereal
colour
containers
data-default-class
diagrams-core
diagrams-solve
directory
distributive
dual-tree
exceptions
filepath
fingertree
fsnotify
hashable
intervals
JuicyPixels
lens
linear
monoid-extras
mtl
optparse-applicative
process
profunctors
semigroups
tagged
text
transformers
unordered-containers
];
testHaskellDepends = [
base
deepseq
diagrams-solve
distributive
lens
numeric-extras
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base criterion diagrams-core ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://diagrams.github.io";
description = "Embedded domain-specific language for declarative graphics";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, data-default-class
, diagrams-core
, diagrams-lib
, hashable
, lens
, lib
, monoid-extras
, mtl
, semigroups
, split
, statestack
}:
mkDerivation {
pname = "diagrams-postscript";
version = "1.5.1";
sha256 = "2f7d9e8ec3e42005dbcf7c18c941bdb9e088be0d48dc095a683d5ce3c7d00286";
revision = "2";
editedCabalFile = "0w662h38pjmxz029ffxzv2cj6hx2mpzzr180m2340phxjflxr07g";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
data-default-class
diagrams-core
diagrams-lib
hashable
lens
monoid-extras
mtl
semigroups
split
statestack
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://diagrams.github.io/";
description = "Postscript backend for diagrams drawing EDSL";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, deepseq
, lib
, tasty
, tasty-hunit
, tasty-quickcheck
}:
mkDerivation {
pname = "diagrams-solve";
version = "0.1.3";
sha256 = "27b4bba55f5c2aae94903fbe7958f27744c0ff6a805ceb8a046ab4bd36e31827";
revision = "1";
editedCabalFile = "0dp61igq17l7hvhs3167skdi1vmlm773qrrmsqmj08951l4cgv0h";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base
deepseq
tasty
tasty-hunit
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://diagrams.github.io";
description = "Pure Haskell solver routines used by diagrams";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, JuicyPixels
, base
, base64-bytestring
, bytestring
, colour
, containers
, diagrams-core
, diagrams-lib
, filepath
, hashable
, lens
, lib
, monoid-extras
, mtl
, optparse-applicative
, semigroups
, split
, svg-builder
, text
}:
mkDerivation {
pname = "diagrams-svg";
version = "1.4.3.1";
sha256 = "67080a0aa846f2931c14855560c4bbd848c44935f5ada4dbd6d93074707d5400";
revision = "4";
editedCabalFile = "026mkj9fz64rdrap25mp8cwdrzwj90h35qg9kkn078fac93aaq10";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base64-bytestring
bytestring
colour
containers
diagrams-core
diagrams-lib
filepath
hashable
JuicyPixels
lens
monoid-extras
mtl
optparse-applicative
semigroups
split
svg-builder
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://diagrams.github.io/";
description = "SVG backend for diagrams drawing EDSL";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Sharing/memoization of class members";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file