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 127 additions and 597 deletions
{ mkDerivation { mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
, base , lib, megaparsec, unordered-containers, vector
, bytestring
, cassava
, hspec
, hspec-megaparsec
, lib
, megaparsec
, unordered-containers
, vector
}: }:
mkDerivation { mkDerivation {
pname = "cassava-megaparsec"; pname = "cassava-megaparsec";
version = "2.0.4"; version = "2.1.1";
sha256 = "16398f202df2898de482c156835ba6e7dea8ef71d7ac818c5cd4e72ad1f8e95d"; sha256 = "4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786";
revision = "1";
editedCabalFile = "1nknyqs8bb3qiysq5a2n1f7lzgkr8b0pvshg5jx5z5wgfmpjmyjf";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base bytestring cassava megaparsec unordered-containers vector
bytestring
cassava
megaparsec
unordered-containers
vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base bytestring cassava hspec hspec-megaparsec vector
bytestring
cassava
hspec
hspec-megaparsec
vector
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -45,4 +25,4 @@ mkDerivation { ...@@ -45,4 +25,4 @@ mkDerivation {
description = "Megaparsec parser of CSV files that plays nicely with Cassava"; description = "Megaparsec parser of CSV files that plays nicely with Cassava";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, HUnit
, Only
, QuickCheck
, array
, attoparsec
, base
, bytestring
, containers
, deepseq
, hashable
, lib
, quickcheck-instances
, scientific
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
, text-short
, transformers
, unordered-containers
, vector
}:
mkDerivation {
pname = "cassava";
version = "0.5.3.0";
sha256 = "b4c8451f433ad7725cb8b9f7a7efe598ba103b16584713c91f48ae023829e9be";
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
attoparsec
base
bytestring
containers
deepseq
hashable
Only
scientific
text
text-short
transformers
unordered-containers
vector
];
testHaskellDepends = [
attoparsec
base
bytestring
hashable
HUnit
QuickCheck
quickcheck-instances
scientific
test-framework
test-framework-hunit
test-framework-quickcheck2
text
unordered-containers
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cassava";
description = "A CSV parsing and encoding library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, aeson-pretty
, base
, bytestring
, cborg
, criterion
, deepseq
, directory
, lib
, process
, scientific
, text
, unordered-containers
, vector
, zlib
}:
mkDerivation {
pname = "cborg-json";
version = "0.2.5.0";
sha256 = "58c373453f06fd8558e062c4fbe6dd862cb0ae28ac3c02ba3b607573bd077cd4";
revision = "1";
editedCabalFile = "0zzn2p6yl9mqw7agm5w7iiz105078gv66vxr8bqazilgssqk5wyg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
aeson-pretty
base
cborg
scientific
text
unordered-containers
vector
];
benchmarkHaskellDepends = [
aeson
base
bytestring
cborg
criterion
deepseq
directory
process
zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/well-typed/cborg";
description = "A library for encoding JSON as CBOR";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, aeson
, array
, base
, base-orphans
, base16-bytestring
, base64-bytestring
, bytestring
, containers
, deepseq
, ghc-bignum
, ghc-prim
, half
, lib
, primitive
, random
, scientific
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, vector
}:
mkDerivation {
pname = "cborg";
version = "0.2.8.0";
sha256 = "2e59c827c273b57af0fcbbfb62f6d15faeb399e0d89d57baf8adcc60e62ab01e";
revision = "1";
editedCabalFile = "13m2shrlpvg5s9d40a2463mmckzg50y8jb47zfd6i1rg6q3q6xx6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
deepseq
ghc-bignum
ghc-prim
half
primitive
text
];
testHaskellDepends = [
aeson
array
base
base-orphans
base16-bytestring
base64-bytestring
bytestring
deepseq
half
QuickCheck
random
scientific
tasty
tasty-hunit
tasty-quickcheck
text
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Concise Binary Object Representation (CBOR)";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, bytestring
, cereal
, lib
, vector
}:
mkDerivation {
pname = "cereal-vector";
version = "0.2.0.1";
sha256 = "ff0685a6c39e7aae32f8b4165e2ae06f284c867298ad4f7b776c1c1b2859f933";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring cereal vector ];
testHaskellDepends = [ base cereal QuickCheck vector ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/acfoltzer/cereal-vector";
description = "Serialize instances for Data.Vector types.";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation { mkDerivation, base, blaze-html, bytestring, containers
, base , data-default, deepseq, lib, mtl, syb, text, uniplate
, blaze-html
, bytestring
, containers
, data-default
, deepseq
, lib
, mtl
, syb
, text
, uniplate
, xss-sanitize , xss-sanitize
}: }:
mkDerivation { mkDerivation {
...@@ -22,21 +12,13 @@ mkDerivation { ...@@ -22,21 +12,13 @@ mkDerivation {
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base blaze-html containers data-default deepseq mtl syb text
blaze-html uniplate xss-sanitize
containers
data-default
deepseq
mtl
syb
text
uniplate
xss-sanitize
]; ];
executableHaskellDepends = [ base blaze-html bytestring text ]; executableHaskellDepends = [ base blaze-html bytestring text ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -45,4 +27,4 @@ mkDerivation { ...@@ -45,4 +27,4 @@ mkDerivation {
description = "Experimental markdown processor"; description = "Experimental markdown processor";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, QuickCheck, array, base, lib, random, semigroupoids
, QuickCheck
, array
, base
, lib
, random
, semigroupoids
}: }:
mkDerivation { mkDerivation {
pname = "checkers"; pname = "checkers";
version = "0.6.0"; version = "0.6.0";
sha256 = "c07cd3563ea251000f7ce41db2d38e3bf94c9dcf60943a5eecc83b3089d299e4"; sha256 = "c07cd3563ea251000f7ce41db2d38e3bf94c9dcf60943a5eecc83b3089d299e4";
revision = "1";
editedCabalFile = "0wkvf57zd7i87z18vj285whjpcl9pscpwxz2cp7v7w6kk0769p0i";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
array array base QuickCheck random semigroupoids
base
QuickCheck
random
semigroupoids
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -31,4 +23,4 @@ mkDerivation { ...@@ -31,4 +23,4 @@ mkDerivation {
description = "Check properties on standard classes and data structures"; description = "Check properties on standard classes and data structures";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, QuickCheck, base, chell, lib, random }:
mkDerivation {
pname = "chell-quickcheck";
version = "0.2.5.3";
sha256 = "1db092893f392665dcdb8c422cad8e8b6e7a6d6c84da35c50fc7a757d47ea2ae";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base chell QuickCheck random ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/typeclasses/chell";
description = "QuickCheck support for the Chell testing library";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, bytestring
, lib
, options
, patience
, random
, template-haskell
, text
, transformers
}:
mkDerivation {
pname = "chell";
version = "0.5.0.1";
sha256 = "fa8d843d284a3ba77585e43160731d7d8845686d9a2f3117f631939fa9b2f783";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
bytestring
options
patience
random
template-haskell
text
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/typeclasses/chell";
description = "A simple and intuitive library for automated testing";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation { mkDerivation, HUnit, QuickCheck, aeson, attoparsec, base
, QuickCheck , bytebuild, byteslice, bytesmith, bytestring, criterion, deepseq
, base , hashable, lib, natural-arithmetic, old-locale, primitive
, base64-bytestring , test-framework, test-framework-hunit, test-framework-quickcheck2
, bytestring , text, text-short, thyme, time, torsor, vector
, criterion
, deepseq
, lib
, random-bytestring
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, text-short
}: }:
mkDerivation { mkDerivation {
pname = "base64"; pname = "chronos";
version = "0.4.2.4"; version = "1.1.6.1";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585"; sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
revision = "2";
editedCabalFile = "0cz3zzz9k490w9nfn4hpgdw4zx4w70fwqrwsfx8svcwqssqibqw3";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base aeson attoparsec base bytebuild byteslice bytesmith bytestring
bytestring deepseq hashable natural-arithmetic primitive text text-short
deepseq torsor vector
text
text-short
]; ];
testHaskellDepends = [ testHaskellDepends = [
base aeson attoparsec base bytestring HUnit QuickCheck test-framework
base64-bytestring test-framework-hunit test-framework-quickcheck2 text torsor
bytestring
QuickCheck
random-bytestring
tasty
tasty-hunit
tasty-quickcheck
text
text-short
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base attoparsec base bytestring criterion deepseq old-locale QuickCheck
base64-bytestring text text-short thyme time
bytestring
criterion
deepseq
random-bytestring
text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64"; homepage = "https://github.com/byteverse/chronos";
description = "A modern RFC 4648-compliant Base64 library"; description = "A high-performance time library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, lib }: { mkDerivation, base, lib }:
mkDerivation { mkDerivation {
pname = "type-equality"; pname = "circle-packing";
version = "1"; version = "0.1.0.6";
sha256 = "4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8"; sha256 = "64ee44a90da3e5fe20d5b78bfe6eba93102a6b52c65f8a7b99af7799798ee81b";
revision = "4"; revision = "4";
editedCabalFile = "0sajw67mmk5syhbrwx4bz82j5cjhm04n4kjl0pp3dnphxg1m5nbw"; editedCabalFile = "1jp1b6l5v1llmggy316s4bb78wjvgq8iya0i2zz4k5v6l5dl8ln2";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/hesselink/type-equality"; description = "Simple heuristic for packing discs of varying radii in a circle";
description = "Data.Type.Equality compat package";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, Diff, aeson, attoparsec, base, bytestring
, Diff , case-insensitive, containers, data-default, directory, file-embed
, aeson , filepath, lib, mtl, pandoc-types, pretty, safe, scientific, text
, attoparsec , timeit, transformers, unicode-collation, uniplate, vector
, base
, bytestring
, case-insensitive
, containers
, data-default
, directory
, file-embed
, filepath
, lib
, mtl
, pandoc-types
, pretty
, safe
, scientific
, text
, timeit
, transformers
, unicode-collation
, uniplate
, vector
, xml-conduit , xml-conduit
}: }:
mkDerivation { mkDerivation {
pname = "citeproc"; pname = "citeproc";
version = "0.8.0.1"; version = "0.8.1";
sha256 = "67a852a7a9e0fa00713996e546045c11360ad9374e450cfe35154e69a0bfbfb7"; sha256 = "33523bbd8c38f72c6d606e02d11b93254171f801be4f2a0cb4d34d6626426400";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson aeson attoparsec base bytestring case-insensitive containers
attoparsec data-default file-embed filepath pandoc-types safe scientific text
base transformers unicode-collation uniplate vector xml-conduit
bytestring
case-insensitive
containers
data-default
file-embed
filepath
pandoc-types
safe
scientific
text
transformers
unicode-collation
uniplate
vector
xml-conduit
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson aeson base bytestring containers Diff directory filepath mtl pretty
base text timeit transformers
bytestring
containers
Diff
directory
filepath
mtl
pretty
text
timeit
transformers
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -75,4 +30,4 @@ mkDerivation { ...@@ -75,4 +30,4 @@ mkDerivation {
description = "Generates citations and bibliography from CSL styles"; description = "Generates citations and bibliography from CSL styles";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, HUnit, base, blaze-html, bytestring, cheapskate
, HUnit , criterion, discount, lib, markdown, sundown, text
, base
, blaze-html
, bytestring
, cheapskate
, criterion
, discount
, lib
, markdown
, sundown
, text
}: }:
mkDerivation { mkDerivation {
pname = "cmark-gfm"; pname = "cmark-gfm";
version = "0.2.5"; version = "0.2.6";
sha256 = "411caca0dd16c381d093a563b0002c057a3bdb396d3d3f81ad7fecca40d34451"; sha256 = "958cfb3bd54b1bfa9e1e2d9cd1748e76c10d2b30a3cceeab3f6a852205c1a869";
revision = "1";
editedCabalFile = "1385k2xvxy9ssw69g606vwnpm07sf919prciwvnaipsxiwwbjwl6";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ]; libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [ base HUnit text ]; testHaskellDepends = [ base HUnit text ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base base blaze-html cheapskate criterion discount markdown sundown text
blaze-html
cheapskate
criterion
discount
markdown
sundown
text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -41,4 +26,4 @@ mkDerivation { ...@@ -41,4 +26,4 @@ mkDerivation {
description = "Fast, accurate GitHub Flavored Markdown parser and renderer"; description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, Glob, base, doctest, lib }: { mkDerivation, Glob, base, doctest, lib }:
mkDerivation { mkDerivation {
pname = "co-log-core"; pname = "co-log-core";
version = "0.3.1.0"; version = "0.3.2.2";
sha256 = "29720bee51dd0c89f35e27b89985a469a0436dc58750f4825874572e2a6317ec"; sha256 = "f7b261916add60f651abc6f170402a6e75042ee4488f94a40ad88a971a71cdc7";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -10,7 +10,7 @@ mkDerivation { ...@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ]; testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -19,4 +19,4 @@ mkDerivation { ...@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library"; description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, co-log-core, lib, polysemy }: { mkDerivation, base, co-log-core, lib, polysemy }:
mkDerivation { mkDerivation {
pname = "co-log-polysemy"; pname = "co-log-polysemy";
version = "0.0.1.3"; version = "0.0.1.4";
sha256 = "775989212f33126b035e1f26e836fc197c042d08811dca7ddf25b56fbdf3d7b0"; sha256 = "de577295c06efe53b49f88360c498f4a10a90708b900ecb004e3a10f8d1250b1";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -10,7 +10,7 @@ mkDerivation { ...@@ -10,7 +10,7 @@ mkDerivation {
executableHaskellDepends = [ base co-log-core polysemy ]; executableHaskellDepends = [ base co-log-core polysemy ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -19,4 +19,4 @@ mkDerivation { ...@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library"; description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, lib
, random
, test-framework
, test-framework-quickcheck2
}:
mkDerivation {
pname = "colour";
version = "2.3.6";
sha256 = "2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base
QuickCheck
random
test-framework
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/haskellwiki/Colour";
description = "A model for human colour/color perception";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation { mkDerivation, ansi-terminal, base, bytestring, hspec, lib, text
, ansi-terminal
, base
, bytestring
, ghc-prim
, hspec
, lib
, text
}: }:
mkDerivation { mkDerivation {
pname = "colourista"; pname = "colourista";
version = "0.1.0.1"; version = "0.1.0.2";
sha256 = "6ebd9a0ab5479ed0de649ad7326eb08279c1b71a0db72da4b2ca4f61bafa709a"; sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c";
revision = "5";
editedCabalFile = "1388d2hd4kv6d99mfvif8iivb9kwai4dcnm3s9a6x91sz4zkzj2y";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [ ansi-terminal base bytestring text ];
ansi-terminal
base
bytestring
ghc-prim
text
];
testHaskellDepends = [ base bytestring hspec text ]; testHaskellDepends = [ base bytestring hspec text ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -33,4 +22,4 @@ mkDerivation { ...@@ -33,4 +22,4 @@ mkDerivation {
description = "Convenient interface for printing colourful messages"; description = "Convenient interface for printing colourful messages";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, commonmark, containers, emojis, filepath, lib
, base , network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
, commonmark
, containers
, emojis
, filepath
, lib
, network-uri
, parsec
, tasty
, tasty-bench
, tasty-hunit
, text
, transformers , transformers
}: }:
mkDerivation { mkDerivation {
pname = "commonmark-extensions"; pname = "commonmark-extensions";
version = "0.2.3.3"; version = "0.2.5.4";
sha256 = "f41efcf3cc0b876437de8dc69accf8cab9674b77325a6bf038caf62e96ce3e01"; sha256 = "35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base commonmark containers emojis filepath network-uri parsec text
commonmark
containers
emojis
filepath
network-uri
parsec
text
transformers transformers
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base commonmark parsec tasty tasty-hunit text
commonmark
parsec
tasty
tasty-hunit
text
]; ];
benchmarkHaskellDepends = [ base commonmark tasty-bench text ]; benchmarkHaskellDepends = [ base commonmark tasty-bench text ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -51,4 +28,4 @@ mkDerivation { ...@@ -51,4 +28,4 @@ mkDerivation {
description = "Pure Haskell commonmark parser"; description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, commonmark, commonmark-extensions, lib
, base , pandoc-types, text
, commonmark
, commonmark-extensions
, lib
, pandoc-types
, text
}: }:
mkDerivation { mkDerivation {
pname = "commonmark-pandoc"; pname = "commonmark-pandoc";
version = "0.2.1.2"; version = "0.2.2.1";
sha256 = "57554ecd0d1eacdf094e4ca346a9212e0198b467d86153b8494b412df747f1b6"; sha256 = "6190eb15bf2e0964cb1b206984f7613bd204b55469d11dff8fcca5488b097acd";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base commonmark commonmark-extensions pandoc-types text
commonmark
commonmark-extensions
pandoc-types
text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -31,4 +22,4 @@ mkDerivation { ...@@ -31,4 +22,4 @@ mkDerivation {
description = "Bridge between commonmark and pandoc AST"; description = "Bridge between commonmark and pandoc AST";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, bytestring, containers, lib, parsec, tasty
, base , tasty-bench, tasty-hunit, tasty-quickcheck, text, transformers
, bytestring , unicode-data, unicode-transforms
, containers
, lib
, parsec
, tasty
, tasty-bench
, tasty-hunit
, tasty-quickcheck
, text
, transformers
, unicode-data
, unicode-transforms
}: }:
mkDerivation { mkDerivation {
pname = "commonmark"; pname = "commonmark";
version = "0.2.2"; version = "0.2.6";
sha256 = "b70b421f5753d983745e558d7d66a5e346ee5b2ebc0a827e9f63f8ff7a62b24e"; sha256 = "e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base bytestring containers parsec text transformers unicode-data
bytestring
containers
parsec
text
transformers
unicode-data
unicode-transforms unicode-transforms
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base parsec tasty tasty-hunit tasty-quickcheck text
parsec
tasty
tasty-hunit
tasty-quickcheck
text
unicode-transforms unicode-transforms
]; ];
benchmarkHaskellDepends = [ base tasty-bench text ]; benchmarkHaskellDepends = [ base tasty-bench text ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -51,4 +29,4 @@ mkDerivation { ...@@ -51,4 +29,4 @@ mkDerivation {
description = "Pure Haskell commonmark parser"; description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file