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 198 additions and 676 deletions
{ mkDerivation
, async
, attoparsec
, base
, bytestring
, conduit
, directory
, exceptions
, filepath
, gauge
, hspec
, hspec-discover
, lib
, network
, primitive
, process
, QuickCheck
, resourcet
, stm
, streaming-commons
, text
, transformers
, transformers-base
, typed-process
, unliftio-core
}:
mkDerivation {
pname = "conduit-extra";
version = "1.3.6";
sha256 = "8950c38049d892c38590d389bed49ecf880671f58ec63dd4709d9fe3d4b8f153";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
attoparsec
base
bytestring
conduit
directory
filepath
network
primitive
process
resourcet
stm
streaming-commons
text
transformers
typed-process
unliftio-core
];
testHaskellDepends = [
async
attoparsec
base
bytestring
conduit
directory
exceptions
filepath
hspec
process
QuickCheck
resourcet
stm
streaming-commons
text
transformers
transformers-base
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
base
bytestring
conduit
gauge
transformers
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/conduit";
description = "Batteries included conduit: adapters for common libraries";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, conduit, dlist, lib, mtl, parsers, resourcet
, safe, safe-exceptions, tasty, tasty-hunit, text, transformers
}:
mkDerivation {
pname = "conduit-parse";
version = "0.2.1.1";
sha256 = "07fb28868ce016b5e1b5fd033c9c73340a09c13140003f070a6952842a01acf5";
revision = "1";
editedCabalFile = "102y5wad007bz8iqv1nrz38gb24q15k9snl7l7zq9k7pisdxnans";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base conduit dlist mtl parsers safe safe-exceptions text
transformers
];
testHaskellDepends = [
base conduit mtl parsers resourcet safe-exceptions tasty
tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/k0ral/conduit-parse";
description = "Parsing framework based on conduit";
license = lib.licenses.publicDomain;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, gauge
, hspec
, kan-extensions
, lib
, mono-traversable
, mtl
, mwc-random
, primitive
, QuickCheck
, resourcet
, safe
, silently
, split
, text
, transformers
, unix
, unliftio
, unliftio-core
, vector
}:
mkDerivation {
pname = "conduit";
version = "1.3.4.2";
sha256 = "2cb9832f27c7cd50daed1309f688afc4da1bd49697cbeda8ec3f81ab0bcf2197";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
directory
exceptions
filepath
mono-traversable
mtl
primitive
resourcet
text
transformers
unix
unliftio-core
vector
];
testHaskellDepends = [
base
bytestring
containers
directory
exceptions
filepath
hspec
mono-traversable
mtl
QuickCheck
resourcet
safe
silently
split
text
transformers
unliftio
vector
];
benchmarkHaskellDepends = [
base
containers
deepseq
gauge
hspec
kan-extensions
mwc-random
transformers
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/conduit";
description = "Streaming data processing library";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation { mkDerivation, base, conformance, genvalidity-sydtest, lib
, array , sydtest, sydtest-discover
, base
, containers
, lib
, mtl
, QuickCheck
, random
, syb
}: }:
mkDerivation { mkDerivation {
pname = "ChasingBottoms"; pname = "conformance-gen";
version = "1.3.1.12"; version = "0.0.0.0";
sha256 = "a018538c0196390c7ebb5c677ff5b81bd760d75ae2b21bae8ab8a47b00f6c9ef"; sha256 = "b29eee7700bf473c0eb720af9a8e48f5d85700a4dcfece46bb22b7d48575445a";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [ base conformance sydtest ];
base
containers
mtl
QuickCheck
random
syb
];
testHaskellDepends = [ testHaskellDepends = [
array base conformance genvalidity-sydtest sydtest
base
containers
mtl
QuickCheck
random
syb
]; ];
enableLibraryProfiling = false; testToolDepends = [ sydtest-discover ];
enableExecutableProfiling = false; enableLibraryProfiling = true;
doHaddock = false; enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
description = "For testing partial and infinite values";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib, unix }: { mkDerivation, base, lib, mtl }:
mkDerivation { mkDerivation {
pname = "base-compat"; pname = "conformance";
version = "0.12.2"; version = "0.1.0.0";
sha256 = "a62adc883a5ac436f80e4ae02c3c56111cf1007492f267c291139a668d2150bd"; sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim unix ]; libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = false; enableLibraryProfiling = true;
enableExecutableProfiling = false; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
description = "A compatibility layer for base";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, base
, basement
, bytestring
, containers
, data-default-class
, lib
, network
, socks
, tls
, x509
, x509-store
, x509-system
, x509-validation
}:
mkDerivation {
pname = "connection";
version = "0.3.1";
sha256 = "5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9";
revision = "1";
editedCabalFile = "08f1n38zryd0jklyv3yillilp040zxfxha6jphrmf28haq2irnk5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
basement
bytestring
containers
data-default-class
network
socks
tls
x509
x509-store
x509-system
x509-validation
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-connection";
description = "Simple and easy network connections API";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, binary
, deepseq
, ghc-prim
, hashable
, hspec
, hspec-discover
, lib
, mtl
, transformers
, transformers-compat
, type-equality
}:
mkDerivation {
pname = "constraints";
version = "0.13.4";
sha256 = "4186946df4b88c5d7cae3a42aa426f30fd5d249835ea1d290e139cebbf464434";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
deepseq
ghc-prim
hashable
mtl
transformers
transformers-compat
type-equality
];
testHaskellDepends = [ base hspec ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/constraints/";
description = "Constraint manipulation";
license = lib.licenses.bsd2;
broken = false;
}
{ mkDerivation { mkDerivation, QuickCheck, base, deepseq, lib, primitive
, base , primitive-unlifted, quickcheck-classes, quickcheck-instances
, bytestring , random, random-shuffle, run-st, vector, weigh
, containers
, lib
, QuickCheck
, template-haskell
, text
, th-lift
, transformers
, vector
}: }:
mkDerivation { mkDerivation {
pname = "th-lift-instances"; pname = "contiguous";
version = "0.1.20"; version = "0.6.4.2";
sha256 = "f533c3f95addcca461a0ccd1aafef75dd801bfa6599c0d1184d54bfffb61d870"; sha256 = "a8ead64063b68e5a0bf35b8b51f829de4f7815ab5cb380be58433e115b86c02b";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base deepseq primitive primitive-unlifted run-st
bytestring
containers
template-haskell
text
th-lift
transformers
vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base primitive QuickCheck quickcheck-classes quickcheck-instances
bytestring
containers
QuickCheck
template-haskell
text
vector vector
]; ];
enableLibraryProfiling = false; benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableExecutableProfiling = false; enableLibraryProfiling = true;
doHaddock = false; enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/bennofs/th-lift-instances/"; homepage = "https://github.com/byteverse/contiguous";
description = "Lift instances for template-haskell for common data types"; description = "Unified interface for primitive arrays";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, contravariant, lib, template-haskell
, base , template-haskell-compat-v0208
, bytestring
, lib
, text
, validity
, validity-bytestring
, validity-text
}: }:
mkDerivation { mkDerivation {
pname = "safe-coloured-text"; pname = "contravariant-extras";
version = "0.2.0.1"; version = "0.3.5.4";
sha256 = "b1604a221ee28e672a5b876a9f368ebbd65d56cc93afeb486083857d7c9b1759"; sha256 = "2f3a16d38cb6778704db7f142e54be169db4362e033b2d568c172d0c6e64298e";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base contravariant template-haskell template-haskell-compat-v0208
bytestring
text
validity
validity-bytestring
validity-text
]; ];
enableLibraryProfiling = false; enableLibraryProfiling = true;
enableExecutableProfiling = false; 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/NorfairKing/safe-coloured-text#readme"; homepage = "https://github.com/nikita-volkov/contravariant-extras";
description = "Safely output coloured text"; description = "Extras for the \"contravariant\" package";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, lib, StateVar, transformers }:
mkDerivation {
pname = "contravariant";
version = "1.5.5";
sha256 = "062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base StateVar transformers ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/contravariant/";
description = "Contravariant functors";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib, transformers }: { mkDerivation, base, lib, transformers }:
mkDerivation { mkDerivation {
pname = "unliftio-core"; pname = "control-monad-free";
version = "0.2.0.1"; version = "0.6.2";
sha256 = "919f0d1297ea2f5373118553c1df2a9405d8b9e31a8307e829da67d4953c299a"; sha256 = "63c830bd2af23e372ebfee628d9f538a32d8368cf74f897370d839bf8e7b4bc1";
revision = "2";
editedCabalFile = "1xx9nmxxg87nhwxgbmmw0xbrppnjc23ppyryar04i3njyg9wvazr";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base transformers ]; libraryHaskellDepends = [ base transformers ];
enableLibraryProfiling = false; enableLibraryProfiling = true;
enableExecutableProfiling = false; 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/fpco/unliftio/tree/master/unliftio-core#readme"; homepage = "http://github.com/pepeiborra/control-monad-free";
description = "The MonadUnliftIO typeclass for unlifting monads to IO"; description = "Free monads and monad transformers";
license = lib.licenses.mit; license = lib.licenses.publicDomain;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, data-default-class
, deepseq
, HUnit
, lib
, QuickCheck
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, time
}:
mkDerivation {
pname = "cookie";
version = "0.4.5";
sha256 = "707f94d1b31018b91d6a1e9e19ef5413e20d02cab00ad93a5fd7d7b3b46a3583";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
data-default-class
deepseq
text
time
];
testHaskellDepends = [
base
bytestring
HUnit
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
text
time
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/cookie";
description = "HTTP cookie parsing and rendering";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, directory, lib, polyparse, time }:
mkDerivation {
pname = "cpphs";
version = "1.20.9.1";
sha256 = "7f59b10bc3374004cee3c04fa4ee4a1b90d0dca84a3d0e436d5861a1aa3b919f";
revision = "1";
editedCabalFile = "1f8jzs8zdh4wwbcq8fy6qqxkv75ypnvsm4yzw49wpr3b9vpnzlha";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base directory polyparse time ];
executableHaskellDepends = [ base directory polyparse time ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://projects.haskell.org/cpphs/";
description = "A liberalised re-implementation of cpp, the C pre-processor";
license = "LGPL";
mainProgram = "cpphs";
broken = false;
}
{ mkDerivation
, aeson
, ansi-wl-pprint
, base
, base-compat
, base-compat-batteries
, binary
, binary-orphans
, bytestring
, cassava
, code-page
, containers
, criterion-measurement
, deepseq
, directory
, exceptions
, filepath
, Glob
, HUnit
, js-chart
, lib
, microstache
, mtl
, mwc-random
, optparse-applicative
, parsec
, QuickCheck
, statistics
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, time
, transformers
, transformers-compat
, vector
, vector-algorithms
}:
mkDerivation {
pname = "criterion";
version = "1.5.13.0";
sha256 = "e2a8545eb62340ecb3c93b156495cd76cd0ef7d63c026904297f0afe1aa579a7";
revision = "2";
editedCabalFile = "09s70kqkp1j78idaqrpnz8v870vy6xyclnpz9g4x70cr4r67lqkd";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson
ansi-wl-pprint
base
base-compat-batteries
binary
binary-orphans
bytestring
cassava
code-page
containers
criterion-measurement
deepseq
directory
exceptions
filepath
Glob
js-chart
microstache
mtl
mwc-random
optparse-applicative
parsec
statistics
text
time
transformers
transformers-compat
vector
vector-algorithms
];
executableHaskellDepends = [
base
base-compat-batteries
optparse-applicative
];
testHaskellDepends = [
aeson
base
base-compat
base-compat-batteries
bytestring
deepseq
directory
HUnit
QuickCheck
statistics
tasty
tasty-hunit
tasty-quickcheck
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.serpentine.com/criterion";
description = "Robust, reliable performance measurement and analysis";
license = lib.licenses.bsd3;
mainProgram = "criterion-report";
broken = false;
}
{ mkDerivation
, base
, base16-bytestring
, bytestring
, criterion
, lib
, SHA
, tasty
, tasty-hunit
, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-sha256";
version = "0.11.102.1";
sha256 = "73a7dc7163871a80837495039a099967b11f5c4fe70a118277842f7a713c6bf6";
revision = "1";
editedCabalFile = "1hyzqv30rpj920ddnr0zypyjjlh52vyp2d140pn2byayj820rkgs";
configureFlags = [ "-fuse-cbits" ];
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base
base16-bytestring
bytestring
SHA
tasty
tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion SHA ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/hvr/cryptohash-sha256";
description = "Fast, pure and practical SHA-256 implementation";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, byteable
, bytestring
, criterion
, cryptonite
, ghc-prim
, HUnit
, lib
, memory
, QuickCheck
, tasty
, tasty-hunit
, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash";
version = "0.11.9";
sha256 = "c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
byteable
bytestring
cryptonite
ghc-prim
memory
];
testHaskellDepends = [
base
byteable
bytestring
HUnit
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base byteable bytestring criterion ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-cryptohash";
description = "collection of crypto hashes, fast, pure and practical";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, bytestring, conduit, conduit-combinators
, conduit-extra, cryptonite, exceptions, lib, memory, resourcet
, tasty, tasty-hunit, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "cryptonite-conduit";
version = "0.2.2";
sha256 = "705d69ab3f79b7b8810c7b9e7da81a1c6686b6a4323b1e78150576a25a658dae";
revision = "1";
editedCabalFile = "1hh2nzfz4qpxgivfilgk4ll416lph8b2fdkzpzrmqfjglivydfmz";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring conduit conduit-extra cryptonite exceptions memory
resourcet transformers
];
testHaskellDepends = [
base bytestring conduit conduit-combinators cryptonite memory tasty
tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-crypto/cryptonite-conduit";
description = "cryptonite conduit";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, basement
, bytestring
, deepseq
, gauge
, ghc-prim
, integer-gmp
, lib
, memory
, random
, tasty
, tasty-hunit
, tasty-kat
, tasty-quickcheck
}:
mkDerivation {
pname = "cryptonite";
version = "0.30";
sha256 = "56099c8a8aa01d2ee914b670c97c1f818186dbb886e2025b73d9c2afe3496b1d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
basement
bytestring
deepseq
ghc-prim
integer-gmp
memory
];
testHaskellDepends = [
base
bytestring
memory
tasty
tasty-hunit
tasty-kat
tasty-quickcheck
];
benchmarkHaskellDepends = [
base
bytestring
deepseq
gauge
memory
random
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-crypto/cryptonite";
description = "Cryptography Primitives sink";
license = lib.licenses.bsd3;
broken = false;
}
...@@ -7,9 +7,9 @@ mkDerivation { ...@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base brick cursor text ]; libraryHaskellDepends = [ base brick cursor text ];
enableLibraryProfiling = false; enableLibraryProfiling = true;
enableExecutableProfiling = false; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -17,4 +17,4 @@ mkDerivation { ...@@ -17,4 +17,4 @@ mkDerivation {
homepage = "https://github.com/NorfairKing/cursor-brick#readme"; homepage = "https://github.com/NorfairKing/cursor-brick#readme";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, brick, containers, cursor, cursor-brick
, base , cursor-dirforest, dirforest, fetchgit, lib, vty
, brick
, containers
, cursor
, cursor-brick
, cursor-dirforest
, dirforest
, fetchgit
, lib
, vty
}: }:
mkDerivation { mkDerivation {
pname = "cursor-dirforest-brick"; pname = "cursor-dirforest-brick";
...@@ -24,18 +15,12 @@ mkDerivation { ...@@ -24,18 +15,12 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base brick containers cursor cursor-brick cursor-dirforest
brick dirforest vty
containers
cursor
cursor-brick
cursor-dirforest
dirforest
vty
]; ];
enableLibraryProfiling = false; enableLibraryProfiling = true;
enableExecutableProfiling = false; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -43,4 +28,4 @@ mkDerivation { ...@@ -43,4 +28,4 @@ mkDerivation {
homepage = "https://github.com/NorfairKing/cursor-dirforest#readme"; homepage = "https://github.com/NorfairKing/cursor-dirforest#readme";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file