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 209 additions and 596 deletions
{ mkDerivation, base, containers, lib }:
mkDerivation {
pname = "patience";
version = "0.3";
sha256 = "715cd08c99c0417462cee383c437c2b4384b6abbc87999fd092c8cf8e8192bc4";
pname = "dictionary-sharing";
version = "0.1.0.0";
sha256 = "8c3b5184d5d6056433d51a49c5402e4ab7b0260073d5342685b8e141d2be5a01";
revision = "3";
editedCabalFile = "1mn7jcc7h3b8f1pn9zigqp6mc2n0qb66lms5qnrx4zswdv5w9439";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/chessai/patience";
description = "Patience diff and longest increasing subsequence";
description = "Sharing/memoization of class members";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, lib, zlib }:
mkDerivation {
pname = "digest";
version = "0.0.1.3";
sha256 = "5596a53e17c036b9b2aefbed069ec819b36fefcd4bed21330ae0ee5be840a3d0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ zlib ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Glob
, QuickCheck
, base
, criterion
, deepseq
, doctest
, exact-pi
, hspec
, hspec-discover
, ieee754
, lib
, numtype-dk
, template-haskell
, vector
{ mkDerivation, Glob, QuickCheck, base, criterion, deepseq, doctest
, exact-pi, hspec, hspec-discover, ieee754, lib, numtype-dk
, template-haskell, vector
}:
mkDerivation {
pname = "dimensional";
......@@ -22,26 +10,16 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
exact-pi
ieee754
numtype-dk
vector
base deepseq exact-pi ieee754 numtype-dk vector
];
testHaskellDepends = [
base
doctest
Glob
hspec
QuickCheck
template-haskell
base doctest Glob hspec QuickCheck template-haskell
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ base criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -50,4 +28,4 @@ mkDerivation {
description = "Statically checked physical dimensions";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, base16-bytestring
, bytestring
, directory
, lib
, temporary
, text
{ mkDerivation, HUnit, base, base16-bytestring, bytestring
, directory, lib, temporary, text
}:
mkDerivation {
pname = "direct-sqlite";
version = "2.3.27";
sha256 = "0319dd780712859fcacf0b8f1401088f76af3b651c7ec366e0231c15e73bd82e";
version = "2.3.29";
sha256 = "5f2ace38a7a926363fe72b1ad882764d68333bba88709c0f8f036d26c9b4d0af";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
base
base16-bytestring
bytestring
directory
HUnit
temporary
text
base base16-bytestring bytestring directory HUnit temporary text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -36,4 +23,4 @@ mkDerivation {
description = "Low-level binding to SQLite3. Includes UTF8 and BLOB support.";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, aeson
, base
, containers
, deepseq
, fetchgit
, filepath
, lib
, path
, path-io
, validity
, validity-containers
{ mkDerivation, aeson, base, containers, deepseq, fetchgit
, filepath, lib, path, path-io, validity, validity-containers
, validity-path
}:
mkDerivation {
......@@ -26,20 +16,12 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
containers
deepseq
filepath
path
path-io
validity
validity-containers
validity-path
aeson base containers deepseq filepath path path-io validity
validity-containers validity-path
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -47,4 +29,4 @@ mkDerivation {
homepage = "https://github.com/NorfairKing/dirforest#readme";
license = "unknown";
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Cabal
, aeson
, base
, bytestring
, containers
, deepseq
, directory
, hspec
, language-nix
, lens
, lib
, pretty
, process
}:
mkDerivation {
pname = "distribution-nixpkgs";
version = "1.7.0";
sha256 = "c9f04b175ea93074bea78b508e1e9c44a17f6151cafa375cfdbfe668b08ff900";
revision = "1";
editedCabalFile = "0xzrh7kfla9c43jjjnd2r13xsp994gdkxkwgav2kl50qxzdb88nx";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson
base
bytestring
Cabal
containers
deepseq
language-nix
lens
pretty
process
];
testHaskellDepends = [
aeson
base
Cabal
deepseq
directory
hspec
language-nix
lens
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NixOS/cabal2nix/tree/master/distribution-nixpkgs#readme";
description = "Types and functions to manipulate the Nixpkgs distribution";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, base-orphans
, generic-deriving
, hspec
, hspec-discover
, lib
, tagged
, transformers
}:
mkDerivation {
pname = "distributive";
version = "0.6.2.1";
sha256 = "d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91";
revision = "1";
editedCabalFile = "033890dfyd23dh7g7px863l0hr1b881jnhv4kgwaq16a3iagb68g";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base base-orphans tagged transformers ];
testHaskellDepends = [ base generic-deriving hspec ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/distributive/";
description = "Distributive functors -- Dual to Traversable";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, async
, base
, bytestring
, containers
, deepseq
, directory
, filepath
, lib
, mtl
, optparse-applicative
, tagged
, tasty
, tasty-hunit
, temporary
, text
, typed-process
{ mkDerivation, base, bytestring, containers, directory, doclayout
, filepath, lib, mtl, tasty, tasty-bench, tasty-hunit
, tasty-quickcheck, template-haskell, text
}:
mkDerivation {
pname = "tasty-golden";
version = "2.3.5";
sha256 = "8b37b541a2603da27e88fcf3209118817e978a36187142dda160b39c6cb7740e";
pname = "djot";
version = "0.1.2";
sha256 = "9d1719b40434972e08a746bd1ce3cf9eaf8c78bd775344e63dc05ea7ba420d86";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
base
bytestring
containers
deepseq
directory
filepath
mtl
optparse-applicative
tagged
tasty
temporary
text
typed-process
base bytestring containers doclayout mtl template-haskell text
];
executableHaskellDepends = [ base bytestring doclayout text ];
testHaskellDepends = [
base
directory
filepath
tasty
tasty-hunit
temporary
typed-process
base bytestring directory doclayout filepath tasty tasty-hunit
tasty-quickcheck text
];
benchmarkHaskellDepends = [
base bytestring directory doclayout filepath tasty-bench
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UnkindPartition/tasty-golden";
description = "Golden tests support for tasty";
description = "Parser and renderer for djot light markup syntax";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, deepseq, lib }:
mkDerivation {
pname = "dlist";
version = "1.0";
sha256 = "173d637328bb173fcc365f30d29ff4a94292a1e0e5558aeb3dfc11de81510115";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/spl/dlist";
description = "Difference lists";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, base-orphans
, comonad
, containers
, hspec
, hspec-discover
, lib
, tagged
, template-haskell
, th-abstraction
, transformers
, transformers-compat
{ mkDerivation, QuickCheck, array, async, attoparsec, auto-update
, base, base16-bytestring, base64-bytestring, bytestring
, case-insensitive, containers, crypton, hourglass, hspec
, hspec-discover, iproute, lib, mtl, network, psqueues, word8
}:
mkDerivation {
pname = "bifunctors";
version = "5.5.13";
sha256 = "26cc27ade3796cf03bd680f98ebb7b8c0d7fd1b67c1894dc3635f734fba7dbd7";
pname = "dns";
version = "4.2.0";
sha256 = "c2d3ce5315a89ce2e362877928e5698159c898c29cb97f10506779ba0db497f9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base-orphans
comonad
containers
tagged
template-haskell
th-abstraction
transformers
array async attoparsec auto-update base base16-bytestring
base64-bytestring bytestring case-insensitive containers crypton
hourglass iproute mtl network psqueues
];
testHaskellDepends = [
base
hspec
QuickCheck
template-haskell
transformers
transformers-compat
base bytestring case-insensitive hspec iproute network QuickCheck
word8
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
......@@ -45,9 +26,9 @@ mkDerivation {
jailbreak = true;
doCheck = false;
doBenchmark = false;
testTarget = "spec";
hyperlinkSource = false;
homepage = "http://github.com/ekmett/bifunctors/";
description = "Bifunctors";
description = "DNS library in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, criterion
, deepseq
, emojis
, lib
, mtl
, safe
, tasty
, tasty-golden
, tasty-hunit
, tasty-quickcheck
{ mkDerivation, base, containers, criterion, deepseq, emojis, lib
, mtl, safe, tasty, tasty-golden, tasty-hunit, tasty-quickcheck
, text
}:
mkDerivation {
pname = "doclayout";
version = "0.4";
sha256 = "7d2ede4024d1f5e5d918fd799f7e046b03023434e327bc1e1c1402eeb8ffb3a3";
revision = "1";
editedCabalFile = "0djwb7nrdablc0iy1qakrxpd4m7nn0w94vhb78il3jhjbj2ji179";
version = "0.4.0.1";
sha256 = "f7d3515d41abdfd7a5b69f28bf9520f591881364262698fd49686506b570b30b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base containers emojis mtl safe text ];
testHaskellDepends = [
base
emojis
mtl
tasty
tasty-golden
tasty-hunit
tasty-quickcheck
base emojis mtl tasty tasty-golden tasty-hunit tasty-quickcheck
text
];
benchmarkHaskellDepends = [
base
criterion
deepseq
emojis
mtl
text
base criterion deepseq emojis mtl text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -52,4 +28,4 @@ mkDerivation {
description = "A prettyprinting library for laying out text documents";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Glob
, HsYAML
, aeson
, base
, bytestring
, containers
, criterion
, doclayout
, filepath
, lib
, mtl
, parsec
, safe
, scientific
, tasty
, tasty-golden
, tasty-hunit
, temporary
, text
, text-conversions
, vector
{ mkDerivation, Glob, aeson, base, bytestring, containers
, criterion, doclayout, filepath, lib, mtl, parsec, safe
, scientific, tasty, tasty-golden, tasty-hunit, temporary, text
, text-conversions, vector
}:
mkDerivation {
pname = "doctemplates";
version = "0.10.0.2";
sha256 = "a7749f36083c23ec72fa1a37c1ff72ab9ff470478be23686f80532d209d3402b";
revision = "1";
editedCabalFile = "17r6ig72bzqd59p11sjaf9y27pm4yig1a1s1igs57s88cy47qz05";
version = "0.11";
sha256 = "e0080c7f030e98ce6156fd31e77df4c83b8f3ee049beee5006ce923a0169546b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson
base
containers
doclayout
filepath
HsYAML
mtl
parsec
safe
scientific
text
text-conversions
vector
aeson base containers doclayout filepath mtl parsec safe scientific
text text-conversions vector
];
testHaskellDepends = [
aeson
base
bytestring
containers
doclayout
filepath
Glob
tasty
tasty-golden
tasty-hunit
temporary
text
aeson base bytestring containers doclayout filepath Glob tasty
tasty-golden tasty-hunit temporary text
];
benchmarkHaskellDepends = [
aeson
base
containers
criterion
doclayout
filepath
mtl
text
aeson base containers criterion doclayout filepath mtl text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -80,4 +32,4 @@ mkDerivation {
description = "Pandoc-style document templates";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, dhall
, lib
, path
, path-dhall-instance
, prettyprinter
, sydtest
, text
{ mkDerivation, aeson, base, bytestring, directory, doctest
, filepath, lib
}:
mkDerivation {
pname = "horizon-spec";
version = "0.4.1";
sha256 = "4cf5ba59489bca20edf7c82c69ce565c69c900c863bf3f335c887f6784e929f7";
pname = "doctest-discover";
version = "0.2.0.0";
sha256 = "a953aa50837e52efc766a77e382c2be2acbc887fa6dadbc54b756f59d6c49ec8";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
dhall
path
path-dhall-instance
text
aeson base bytestring directory doctest filepath
];
executableHaskellDepends = [
base
dhall
prettyprinter
sydtest
text
aeson base bytestring directory doctest filepath
];
testHaskellDepends = [ base doctest ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
......@@ -38,8 +22,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://horizon-haskell.net";
description = "Horizon Stable Package Set Type Definitions";
license = lib.licenses.mit;
homepage = "http://github.com/karun012/doctest-discover";
description = "Easy way to run doctests via cabal";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, doctest-lib
, lib
, semigroups
, transformers
}:
mkDerivation {
pname = "doctest-exitcode-stdio";
version = "0.0";
sha256 = "1dec779d5e67ea46c8b0d69d454e0717383654e87323bdebc2bc0a8cb33f6cbc";
revision = "1";
editedCabalFile = "1065s8bch6zhl6mc8nhvfpwd1irmjd04z7xgycbpihc14x4ijim3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
doctest-lib
QuickCheck
semigroups
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://hub.darcs.net/thielema/doctest-exitcode-stdio/";
description = "Run doctest's in a Cabal.Test.exitcode-stdio environment";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal
, Glob
, HUnit
, QuickCheck
, base
, base-compat
, code-page
, containers
, deepseq
, directory
, exceptions
, extra
, filepath
, ghc
, ghc-paths
, hspec
, hspec-core
, hspec-discover
, lib
, mockery
, pretty
, process
, random
, setenv
, silently
, stringbuilder
, syb
, template-haskell
, transformers
, unordered-containers
}:
mkDerivation {
pname = "doctest-parallel";
version = "0.2.5";
sha256 = "ec63fdcb9b26084a52d8603d39745abfcfa621b6c99be66803d8bd4ba927be1c";
revision = "1";
editedCabalFile = "1q81qjz9af9a57xyxz6kci28shl4r9y3lrl3rckknhqwcy1ahqz4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base-compat
Cabal
code-page
containers
deepseq
directory
exceptions
extra
filepath
ghc
ghc-paths
Glob
pretty
process
random
syb
template-haskell
transformers
unordered-containers
];
testHaskellDepends = [
base
base-compat
code-page
containers
deepseq
directory
exceptions
filepath
ghc
ghc-paths
hspec
hspec-core
hspec-discover
HUnit
mockery
process
QuickCheck
setenv
silently
stringbuilder
syb
transformers
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/martijnbastiaan/doctest-parallel#readme";
description = "Test interactive Haskell examples";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, base
, base-compat
, code-page
, deepseq
, directory
, exceptions
, fetchgit
, filepath
, ghc
, ghc-paths
, hspec
, hspec-core
, hspec-discover
, lib
, mockery
, process
, setenv
, silently
, stringbuilder
, syb
, transformers
}:
mkDerivation {
pname = "doctest";
version = "0.20.0";
src = fetchgit {
url = "https://github.com/sol/doctest";
sha256 = "1i29zi7qgbkjz7cg4s1qdgjblfvb601kcc7jizlh2vghskjmxi77";
rev = "4eb97c213acf7abe965a3a1b67397199ed155f3c";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base-compat
code-page
deepseq
directory
exceptions
filepath
ghc
ghc-paths
process
syb
transformers
];
executableHaskellDepends = [
base
base-compat
code-page
deepseq
directory
exceptions
filepath
ghc
ghc-paths
process
syb
transformers
];
testHaskellDepends = [
base
base-compat
code-page
deepseq
directory
exceptions
filepath
ghc
ghc-paths
hspec
hspec-core
HUnit
mockery
process
QuickCheck
setenv
silently
stringbuilder
syb
transformers
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/sol/doctest#readme";
description = "Test interactive Haskell examples";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, doctest-exitcode-stdio
, doctest-lib
{ mkDerivation, HUnit, array, base, containers, criterion, deepseq
, lib
}:
mkDerivation {
pname = "utility-ht";
version = "0.0.16";
sha256 = "bce53223bb77643222331efec5d69a656c0fa2d11be6563e27bc4808a1abbb81";
pname = "dom-lt";
version = "0.2.3";
sha256 = "3d198be111a1a6b6d19356c7737ee486607735b6405b35cde6c105035309e3c0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base
doctest-exitcode-stdio
doctest-lib
QuickCheck
];
libraryHaskellDepends = [ array base containers ];
testHaskellDepends = [ base containers HUnit ];
benchmarkHaskellDepends = [ base containers criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
description = "The Lengauer-Tarjan graph dominators algorithm";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, bytestring
, fetchgit
, ghc-prim
, lib
, system-cxx-std-lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
{ mkDerivation, HUnit, base, bytestring, fetchgit, ghc-prim, lib
, system-cxx-std-lib, test-framework, test-framework-hunit
, test-framework-quickcheck2, text
}:
mkDerivation {
pname = "double-conversion";
version = "2.0.4.1";
version = "2.0.4.2";
src = fetchgit {
url = "https://github.com/haskell/double-conversion";
sha256 = "0z27zd1nyydz6hirbbdyhqmd4nbxcn7vcfx6jvlygrm4jwmhkr9b";
rev = "5d092e0664442eaac8ae1d101dba57ce9b1c9b03";
url = "https://github.com/haskell/double-conversion/";
sha256 = "15060q09kjlk62lq4labmc84f2m3df1ylf21p7r975x13wj1xy3f";
rev = "1320d0a4df745c9ecb5fada9a681b3842cf1f47c";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
ghc-prim
system-cxx-std-lib
text
base bytestring ghc-prim system-cxx-std-lib text
];
testHaskellDepends = [
base
bytestring
HUnit
test-framework
test-framework-hunit
test-framework-quickcheck2
text
base bytestring HUnit test-framework test-framework-hunit
test-framework-quickcheck2 text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/double-conversion";
description = "Fast conversion between single and double precision floating point and text";
license = lib.licenses.bsd3;
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, lib, monoid-extras, semigroups
, testing-feat
}:
mkDerivation {
pname = "dual-tree";
version = "0.2.3.1";
sha256 = "d0394b94c312a5ae032ee72d811400e3f435138ea05f7be6a4d019131a19d5a6";
revision = "3";
editedCabalFile = "154wamfjywc7k8sm7kx7ylwzd8s8xngj2p9kpi1kr8b42n4f9v4y";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base monoid-extras semigroups ];
testHaskellDepends = [
base monoid-extras QuickCheck semigroups testing-feat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Rose trees with cached and accumulating monoidal annotations";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, process }:
mkDerivation {
pname = "echo";
version = "0.1.4";
sha256 = "c9fe1bf2904825a65b667251ec644f197b71dc5c209d2d254be5de3d496b0e43";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base process ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/RyanGlScott/echo";
description = "A cross-platform, cross-console way to handle echoing terminal input";
license = lib.licenses.bsd3;
broken = false;
}