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 211 additions and 520 deletions
{ mkDerivation
, QuickCheck
, base
, bytestring
, containers
, deepseq
, directory
, lib
, process
, text
, time
{ mkDerivation, QuickCheck, aeson, base, bytestring, containers
, criterion, deepseq, lib, parsec, pretty, tasty, tasty-quickcheck
, unordered-containers, vector
}:
mkDerivation {
pname = "tagsoup";
version = "0.14.8";
sha256 = "ba7e5500d853d29f0675b90655b7fdd032a4a7eee82a56e7ee3ef9949fe93ad5";
pname = "canonical-json";
version = "0.6.0.1";
sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
revision = "1";
editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring containers text ];
libraryHaskellDepends = [
base bytestring containers deepseq parsec pretty
];
testHaskellDepends = [
base
bytestring
deepseq
directory
process
QuickCheck
time
aeson base bytestring containers QuickCheck tasty tasty-quickcheck
unordered-containers vector
];
benchmarkHaskellDepends = [ base bytestring containers criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/tagsoup#readme";
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
homepage = "https://github.com/well-typed/canonical-json";
description = "Canonical JSON for signing and hashing JSON values";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, bytestring
, criterion
, deepseq
, hashable
, lib
, test-framework
, test-framework-hunit
, text
}:
mkDerivation {
pname = "case-insensitive";
version = "1.2.1.0";
sha256 = "296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring deepseq hashable text ];
testHaskellDepends = [
base
bytestring
HUnit
test-framework
test-framework-hunit
text
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/case-insensitive";
description = "Case insensitive string comparison";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib, tasty, tasty-hunit }:
{ mkDerivation, base, lib, split, tasty, tasty-hunit }:
mkDerivation {
pname = "monad-loops";
version = "0.4.3";
sha256 = "7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18";
pname = "casing";
version = "0.1.4.1";
sha256 = "106271c00246b551f2ef6a2e511437c9f0e1f3bb920a283f6f9eaa0940b4f8ca";
revision = "1";
editedCabalFile = "1n7w4w2icfppyvlmyzzmfivbx175ckqabs4my5qvvdvwlc89xrqb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
libraryHaskellDepends = [ base split ];
testHaskellDepends = [ base tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mokus0/monad-loops";
description = "Monadic loops";
license = lib.licenses.publicDomain;
description = "Convert between various source code casing conventions";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, cassava
, hspec
, hspec-megaparsec
, lib
, megaparsec
, unordered-containers
, vector
{ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
, lib, megaparsec, unordered-containers, vector
}:
mkDerivation {
pname = "cassava-megaparsec";
version = "2.0.4";
sha256 = "16398f202df2898de482c156835ba6e7dea8ef71d7ac818c5cd4e72ad1f8e95d";
version = "2.1.1";
sha256 = "4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
cassava
megaparsec
unordered-containers
vector
base bytestring cassava megaparsec unordered-containers vector
];
testHaskellDepends = [
base
bytestring
cassava
hspec
hspec-megaparsec
vector
base bytestring cassava hspec hspec-megaparsec vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -43,4 +25,4 @@ mkDerivation {
description = "Megaparsec parser of CSV files that plays nicely with Cassava";
license = lib.licenses.mit;
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
, Cabal
, aeson
, base
, bytestring
, containers
, directory
, exceptions
, filepath
, lib
, tar
, time
, utf8-string
{ mkDerivation, base, blaze-html, bytestring, containers
, data-default, deepseq, lib, mtl, syb, text, uniplate
, xss-sanitize
}:
mkDerivation {
pname = "hackage-db";
version = "2.1.2";
sha256 = "57d97acdfb10f5159d841029b695f778bcd9923ef82581acaadf04af841548aa";
pname = "cheapskate";
version = "0.1.1.2";
sha256 = "ed374897c39391fcf760552e6468def39fe36c3185708ca83056660ca3a2c69e";
revision = "1";
editedCabalFile = "12k9vm584l6glfkj92j1b2498g2sijdb8ypjmbb01yfn2xgbhkiv";
editedCabalFile = "15hdlp062gv8x7giwcfbj1kfmhpj1bg7y2w4wr2yl436haxkrbmq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
bytestring
Cabal
containers
directory
exceptions
filepath
tar
time
utf8-string
base blaze-html containers data-default deepseq mtl syb text
uniplate xss-sanitize
];
executableHaskellDepends = [ base blaze-html bytestring text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NixOS/cabal2nix/tree/master/hackage-db#readme";
description = "Access cabal-install's Hackage database via Data.Map";
homepage = "http://github.com/jgm/cheapskate";
description = "Experimental markdown processor";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, lib
, random
, semigroupoids
{ mkDerivation, QuickCheck, array, base, lib, random, semigroupoids
}:
mkDerivation {
pname = "checkers";
version = "0.6.0";
sha256 = "c07cd3563ea251000f7ce41db2d38e3bf94c9dcf60943a5eecc83b3089d299e4";
revision = "1";
editedCabalFile = "0wkvf57zd7i87z18vj285whjpcl9pscpwxz2cp7v7w6kk0769p0i";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
QuickCheck
random
semigroupoids
array base QuickCheck random semigroupoids
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -31,4 +23,4 @@ mkDerivation {
description = "Check properties on standard classes and data structures";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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, HUnit, QuickCheck, aeson, attoparsec, base
, bytebuild, byteslice, bytesmith, bytestring, criterion, deepseq
, hashable, lib, natural-arithmetic, old-locale, primitive
, test-framework, test-framework-hunit, test-framework-quickcheck2
, text, text-short, thyme, time, torsor, vector
}:
mkDerivation {
pname = "chronos";
version = "1.1.6.1";
sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base bytebuild byteslice bytesmith bytestring
deepseq hashable natural-arithmetic primitive text text-short
torsor vector
];
testHaskellDepends = [
aeson attoparsec base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 text torsor
];
benchmarkHaskellDepends = [
attoparsec base bytestring criterion deepseq old-locale QuickCheck
text text-short thyme time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/byteverse/chronos";
description = "A high-performance time library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "type-equality";
version = "1";
sha256 = "4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8";
pname = "circle-packing";
version = "0.1.0.6";
sha256 = "64ee44a90da3e5fe20d5b78bfe6eba93102a6b52c65f8a7b99af7799798ee81b";
revision = "4";
editedCabalFile = "0sajw67mmk5syhbrwx4bz82j5cjhm04n4kjl0pp3dnphxg1m5nbw";
editedCabalFile = "1jp1b6l5v1llmggy316s4bb78wjvgq8iya0i2zz4k5v6l5dl8ln2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/hesselink/type-equality";
description = "Data.Type.Equality compat package";
description = "Simple heuristic for packing discs of varying radii in a circle";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Diff
, aeson
, attoparsec
, 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
{ mkDerivation, Diff, aeson, attoparsec, 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
}:
mkDerivation {
pname = "citeproc";
version = "0.8.0.1";
sha256 = "67a852a7a9e0fa00713996e546045c11360ad9374e450cfe35154e69a0bfbfb7";
version = "0.8.1";
sha256 = "33523bbd8c38f72c6d606e02d11b93254171f801be4f2a0cb4d34d6626426400";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
attoparsec
base
bytestring
case-insensitive
containers
data-default
file-embed
filepath
pandoc-types
safe
scientific
text
transformers
unicode-collation
uniplate
vector
xml-conduit
aeson attoparsec base bytestring case-insensitive containers
data-default file-embed filepath pandoc-types safe scientific text
transformers unicode-collation uniplate vector xml-conduit
];
testHaskellDepends = [
aeson
base
bytestring
containers
Diff
directory
filepath
mtl
pretty
text
timeit
transformers
aeson base bytestring containers Diff directory filepath mtl pretty
text timeit transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -75,4 +30,4 @@ mkDerivation {
description = "Generates citations and bibliography from CSL styles";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, deepseq
, gauge
, lib
, mtl
, old-locale
, tasty
, tasty-hunit
, tasty-quickcheck
, time
{ mkDerivation, HUnit, base, blaze-html, bytestring, cheapskate
, criterion, discount, lib, markdown, sundown, text
}:
mkDerivation {
pname = "hourglass";
version = "0.2.12";
sha256 = "44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a";
pname = "cmark-gfm";
version = "0.2.6";
sha256 = "958cfb3bd54b1bfa9e1e2d9cd1748e76c10d2b30a3cceeab3f6a852205c1a869";
revision = "1";
editedCabalFile = "1385k2xvxy9ssw69g606vwnpm07sf919prciwvnaipsxiwwbjwl6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
base
deepseq
mtl
old-locale
tasty
tasty-hunit
tasty-quickcheck
time
];
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [ base HUnit text ];
benchmarkHaskellDepends = [
base
bytestring
deepseq
gauge
mtl
old-locale
time
base blaze-html cheapskate criterion discount markdown sundown text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-hourglass";
description = "simple performant time related library";
homepage = "https://github.com/kivikakk/cmark-gfm-hs";
description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, Glob, base, doctest, lib }:
mkDerivation {
pname = "co-log-core";
version = "0.3.1.0";
sha256 = "29720bee51dd0c89f35e27b89985a469a0436dc58750f4825874572e2a6317ec";
version = "0.3.2.2";
sha256 = "f7b261916add60f651abc6f170402a6e75042ee4488f94a40ad88a971a71cdc7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, co-log-core, lib, polysemy }:
mkDerivation {
pname = "co-log-polysemy";
version = "0.0.1.3";
sha256 = "775989212f33126b035e1f26e836fc197c042d08811dca7ddf25b56fbdf3d7b0";
version = "0.0.1.4";
sha256 = "de577295c06efe53b49f88360c498f4a10a90708b900ecb004e3a10f8d1250b1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -10,7 +10,7 @@ mkDerivation {
executableHaskellDepends = [ base co-log-core polysemy ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20;
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
, ansi-terminal
, base
, bytestring
, ghc-prim
, hspec
, lib
, text
{ mkDerivation, ansi-terminal, base, bytestring, hspec, lib, text
}:
mkDerivation {
pname = "colourista";
version = "0.1.0.1";
sha256 = "6ebd9a0ab5479ed0de649ad7326eb08279c1b71a0db72da4b2ca4f61bafa709a";
version = "0.1.0.2";
sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c";
revision = "5";
editedCabalFile = "1388d2hd4kv6d99mfvif8iivb9kwai4dcnm3s9a6x91sz4zkzj2y";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
bytestring
ghc-prim
text
];
libraryHaskellDepends = [ ansi-terminal base bytestring text ];
testHaskellDepends = [ base bytestring hspec text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -33,4 +22,4 @@ mkDerivation {
description = "Convenient interface for printing colourful messages";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, commonmark
, containers
, emojis
, filepath
, lib
, network-uri
, parsec
, tasty
, tasty-bench
, tasty-hunit
, text
{ mkDerivation, base, commonmark, containers, emojis, filepath, lib
, network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "commonmark-extensions";
version = "0.2.3.3";
sha256 = "f41efcf3cc0b876437de8dc69accf8cab9674b77325a6bf038caf62e96ce3e01";
version = "0.2.5.4";
sha256 = "35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
commonmark
containers
emojis
filepath
network-uri
parsec
text
base commonmark containers emojis filepath network-uri parsec text
transformers
];
testHaskellDepends = [
base
commonmark
parsec
tasty
tasty-hunit
text
base commonmark parsec tasty tasty-hunit text
];
benchmarkHaskellDepends = [ base commonmark tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -51,4 +28,4 @@ mkDerivation {
description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file