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 150 additions and 951 deletions
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base uuid validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Validity instances for uuid";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, hashable, lib, validity, vector }:
mkDerivation {
pname = "validity-vector";
version = "0.2.0.3";
sha256 = "3e6c66c10220da63a9d02f77df6394a1428332295961ac948b648199e0686e49";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base hashable validity vector ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for vector";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, QuickCheck
, adjunctions
, base
, base-compat
, boring
, criterion
, deepseq
, distributive
, fin
, hashable
, indexed-traversable
, inspection-testing
, lib
, semigroupoids
, tagged
, transformers
, vector
}:
mkDerivation {
pname = "vec";
version = "0.4.1";
sha256 = "0b158e65bbbf65c2b6626785ce21633b8037bcbef28f0869f5e64c4549fb6507";
revision = "1";
editedCabalFile = "156w28mz6d1gdp907j14v5xvj5y786h5pi4bfgvri592zwd2p46b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
adjunctions
base
boring
deepseq
distributive
fin
hashable
indexed-traversable
QuickCheck
semigroupoids
transformers
];
testHaskellDepends = [
base
base-compat
fin
inspection-testing
tagged
];
benchmarkHaskellDepends = [ base criterion fin vector ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/vec";
description = "Vec: length-indexed (sized) list";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, binary
, bytestring
, deepseq
, lib
, tasty
, tasty-bench
, tasty-quickcheck
, vector
}:
mkDerivation {
pname = "vector-binary-instances";
version = "0.2.5.2";
sha256 = "b72e3b2109a02c75cb8f07ef0aabba0dba6ec0148e21321a0a2b2197c9a2f54d";
revision = "3";
editedCabalFile = "0av0k2gn90mf5ai74575bd368x73ljnr7xlkwsqmrs6zdzkw0i83";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary vector ];
testHaskellDepends = [ base binary tasty tasty-quickcheck vector ];
benchmarkHaskellDepends = [
base
binary
bytestring
deepseq
tasty-bench
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/bos/vector-binary-instances";
description = "Instances of Data.Binary for vector";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, comonad
, hashable
, keys
, lib
, pointed
, semigroupoids
, semigroups
, vector
}:
mkDerivation {
pname = "vector-instances";
version = "3.4";
sha256 = "1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381";
revision = "1";
editedCabalFile = "177jllmcv0517vppc4lx0l0kvicgaf1h060lkcnv7fl0hnp16zf5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
comonad
hashable
keys
pointed
semigroupoids
semigroups
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/vector-instances";
description = "Orphan Instances for 'Data.Vector'";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, ansi-wl-pprint
, base
, lib
, process
, transformers
, transformers-compat
{ mkDerivation, adjunctions, base, binary, comonad, deepseq
, distributive, finite-typelits, hashable, indexed-list-literals
, indexed-traversable, lib, primitive, vector
}:
mkDerivation {
pname = "optparse-applicative";
version = "0.17.0.0";
sha256 = "825b2e4d3dafe0ba64a073366a88062b3712b81f851793d9ce2327bee70af724";
pname = "vector-sized";
version = "1.6.1";
sha256 = "0615e944b52aefe3d5cacfdc1af43983d14b8fd334af0ae914fdbfa9dca3493e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint
base
process
transformers
transformers-compat
adjunctions base binary comonad deepseq distributive
finite-typelits hashable indexed-list-literals indexed-traversable
primitive vector
];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/pcapriotti/optparse-applicative";
description = "Utilities and combinators for parsing command line options";
homepage = "https://github.com/expipiplus1/vector-sized#readme";
description = "Size tagged vectors";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, base
, base-orphans
, deepseq
, doctest
, lib
, primitive
, random
, tasty
, tasty-bench
, tasty-hunit
, tasty-inspection-testing
, tasty-quickcheck
, template-haskell
, transformers
, vector-stream
}:
mkDerivation {
pname = "vector";
version = "0.13.0.0";
sha256 = "c5d3167d15e12f52e00879ddf304a591672a74e369cc47bc5c7fa1d5a8d15b4f";
revision = "1";
editedCabalFile = "12cwdaqsy9dv7j7cwq6r6kdyfxqiya8khm6ccaabjhhpa2aqwljl";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq primitive vector-stream ];
testHaskellDepends = [
base
base-orphans
doctest
HUnit
primitive
QuickCheck
random
tasty
tasty-hunit
tasty-inspection-testing
tasty-quickcheck
template-haskell
transformers
];
benchmarkHaskellDepends = [ base random tasty tasty-bench ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/vector";
description = "Efficient Arrays";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, array
, base
, criterion
, deepseq
, ghc-prim
, hspec
, lens
, lens-aeson
, lib
, linear
, microlens
, mtl
, mwc-random
, primitive
, should-not-typecheck
, tagged
, text
, unordered-containers
, vector
}:
mkDerivation {
pname = "vinyl";
version = "0.14.3";
sha256 = "e6789cbf9d3db493065cc85251e1a4596e4ab561c857d2757ae2593dd53ce6d2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base deepseq ghc-prim ];
testHaskellDepends = [
aeson
base
hspec
lens
lens-aeson
microlens
mtl
should-not-typecheck
text
unordered-containers
vector
];
benchmarkHaskellDepends = [
base
criterion
linear
microlens
mwc-random
primitive
tagged
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Extensible Records";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "void";
version = "0.7.3";
sha256 = "53af758ddc37dc63981671e503438d02c6f64a2d8744e9bec557a894431f7317";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/void";
description = "A Haskell 98 logically uninhabited data type";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal
, HUnit
, QuickCheck
, ansi-terminal
, base
, binary
, blaze-builder
, bytestring
, containers
, deepseq
, directory
, filepath
, hashable
, lib
, microlens
, microlens-mtl
, microlens-th
, mtl
, parallel
, parsec
, quickcheck-assertions
, random
, smallcheck
, stm
, string-qq
, terminfo
, test-framework
, test-framework-hunit
, test-framework-smallcheck
, text
, transformers
, unix
, utf8-string
, vector
}:
mkDerivation {
pname = "vty";
version = "5.37";
sha256 = "67e1376b735232c3a5e7fa3c3eff00fdc457bdd5ba7dcf3a758aee6b8b60cdf0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
binary
blaze-builder
bytestring
containers
deepseq
directory
filepath
hashable
microlens
microlens-mtl
microlens-th
mtl
parallel
parsec
stm
terminfo
text
transformers
unix
utf8-string
vector
];
executableHaskellDepends = [
base
containers
directory
filepath
microlens
microlens-mtl
mtl
];
testHaskellDepends = [
base
blaze-builder
bytestring
Cabal
containers
deepseq
HUnit
microlens
microlens-mtl
mtl
QuickCheck
quickcheck-assertions
random
smallcheck
stm
string-qq
terminfo
test-framework
test-framework-hunit
test-framework-smallcheck
text
unix
utf8-string
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/vty";
description = "A simple terminal UI library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, blaze-html
, blaze-markup
, bytestring
, containers
, cryptonite
, directory
, file-embed
, filepath
, hspec
, http-date
, http-types
, lib
, memory
, mime-types
, mockery
, network
, old-locale
, optparse-applicative
, template-haskell
, temporary
, text
, time
, transformers
, unix-compat
, unordered-containers
, wai
, wai-extra
, warp
, zlib
}:
mkDerivation {
pname = "wai-app-static";
version = "3.1.7.4";
sha256 = "647188444b19dc953bbfbab5611c81c1e1f27c31bac5dc31dd5de27cdbf01fc1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-html
blaze-markup
bytestring
containers
cryptonite
directory
file-embed
filepath
http-date
http-types
memory
mime-types
old-locale
optparse-applicative
template-haskell
text
time
transformers
unix-compat
unordered-containers
wai
wai-extra
warp
zlib
];
executableHaskellDepends = [
base
bytestring
containers
directory
mime-types
text
];
testHaskellDepends = [
base
bytestring
filepath
hspec
http-date
http-types
mime-types
mockery
network
old-locale
temporary
text
time
transformers
unix-compat
wai
wai-extra
zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.yesodweb.com/book/web-application-interface";
description = "WAI application for static serving";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, HUnit
, aeson
, ansi-terminal
, base
, base64-bytestring
, bytestring
, call-stack
, case-insensitive
, containers
, cookie
, data-default-class
, directory
, fast-logger
, hspec
, hspec-discover
, http-types
, iproute
, lib
, network
, resourcet
, streaming-commons
, temporary
, text
, time
, transformers
, unix
, vault
, wai
, wai-logger
, warp
, word8
, zlib
}:
mkDerivation {
pname = "wai-extra";
version = "3.1.13.0";
sha256 = "df0d2d275bc3c888fae9cf525496140c707cbccfdf013a36dc00e7a94ac38cc0";
revision = "1";
editedCabalFile = "0dyvg2bb37im790757khncxpnf45451dd8575p736ry4g8rpqgpw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
ansi-terminal
base
base64-bytestring
bytestring
call-stack
case-insensitive
containers
cookie
data-default-class
directory
fast-logger
http-types
HUnit
iproute
network
resourcet
streaming-commons
text
time
transformers
unix
vault
wai
wai-logger
warp
word8
];
testHaskellDepends = [
aeson
base
bytestring
case-insensitive
cookie
directory
fast-logger
hspec
http-types
HUnit
iproute
resourcet
temporary
text
time
wai
warp
zlib
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "Provides some basic WAI handlers and middleware";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, attoparsec
, base
, base-compat-batteries
, lib
, text
, time
, time-compat
{ mkDerivation, aeson, base, bytestring, http-types, lib, log-base
, string-conversions, text, time, uuid, wai
}:
mkDerivation {
pname = "attoparsec-iso8601";
version = "1.1.0.0";
sha256 = "1109a817c448a154ec58047a8f01282530cb40d20fbd5690bc58b1443ecb264a";
pname = "wai-log";
version = "0.4.0.1";
sha256 = "19d21d688e3093289afd7632d33bfaf27c0ab49e5956f153ad72c81ce85e990a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
base-compat-batteries
text
time
time-compat
aeson base bytestring http-types log-base string-conversions text
time uuid wai
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Parsing of ISO 8601 dates, originally from aeson";
homepage = "https://github.com/scrive/wai-log";
description = "A logging middleware for WAI applications";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -14,7 +14,7 @@ mkDerivation {
libraryHaskellDepends = [ base http-types wai ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -22,4 +22,4 @@ mkDerivation {
description = "Heartbeat middleware for the WAI ecosystem";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, array
, base
, bytestring
, containers
, directory
, filepath
, ghc
, ghc-boot
, lib
, transformers
{ mkDerivation, base, bytestring, clock, data-default, doctest
, http-types, lib, prometheus-client, text, wai
}:
mkDerivation {
pname = "hie-compat";
version = "0.3.0.0";
sha256 = "ab02e969106971f7ef980515f802447c579c088b2e227eb8982999605f392199";
pname = "wai-middleware-prometheus";
version = "1.0.0.1";
sha256 = "b75b6f87ef9a4466787624164de5159c2b035ef0a7c361a706a59022b2faa798";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
directory
filepath
ghc
ghc-boot
transformers
base bytestring clock data-default http-types prometheus-client
text wai
];
testHaskellDepends = [ base doctest prometheus-client ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/haskell-language-server/tree/master/hie-compat#readme";
description = "HIE files for GHC 8.6 and other HIE file backports";
homepage = "https://github.com/fimad/prometheus-haskell";
description = "WAI middlware for exposing http://prometheus.io metrics.";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, base16-bytestring
, bytestring
, containers
, cryptohash-sha1
, directory
, expiring-cache-map
, filepath
, hspec
, hspec-discover
, hspec-expectations-lifted
, hspec-wai
, http-types
, lib
, mime-types
, mockery
, old-locale
, scotty
, semigroups
, text
, time
, wai
, wai-extra
{ mkDerivation, base, base16-bytestring, bytestring, containers
, cryptohash-sha1, directory, expiring-cache-map, filepath, hspec
, hspec-discover, hspec-expectations-lifted, hspec-wai, http-types
, lib, mime-types, mockery, old-locale, scotty, semigroups, text
, time, wai, wai-extra
}:
mkDerivation {
pname = "wai-middleware-static";
version = "0.9.2";
sha256 = "6c0c87558f04807896377535f7801a16b4ddfd9de1a203ef5a45de915907d5fa";
revision = "1";
editedCabalFile = "1zran8wpwizrwdw23a5qckmiplyk6xf2z8x4his0ipfy2zzl5ql6";
revision = "5";
editedCabalFile = "059vp0ipdgfpldzmqqhkayak6dicj8qhpb2qcwdk8y31bcg7895m";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base16-bytestring
bytestring
containers
cryptohash-sha1
directory
expiring-cache-map
filepath
http-types
mime-types
old-locale
semigroups
text
time
wai
base base16-bytestring bytestring containers cryptohash-sha1
directory expiring-cache-map filepath http-types mime-types
old-locale semigroups text time wai
];
testHaskellDepends = [
base
hspec
hspec-expectations-lifted
hspec-wai
http-types
mockery
scotty
wai-extra
base hspec hspec-expectations-lifted hspec-wai http-types mockery
scotty wai-extra
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -71,4 +34,4 @@ mkDerivation {
description = "WAI middleware that serves requests to static files";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, cryptonite
, data-default-class
, lib
, network
, streaming-commons
, tls
, tls-session-manager
, unliftio
, wai
, warp
{ mkDerivation, base, bytestring, case-insensitive, file-embed
, http-types, lib, network, text, transformers, wai, wai-app-static
, warp, websockets
}:
mkDerivation {
pname = "warp-tls";
version = "3.3.3";
sha256 = "5c44be7a903b863b330d1b9c152100ed7d1709f972e25401018bab407d3f69a0";
pname = "wai-websockets";
version = "3.0.1.2";
sha256 = "917cceb08f296d7dc6b6cafb66133ae53888b2c98b8fb2a2d7fa629d75ab5d2c";
isLibrary = true;
isExecutable = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
cryptonite
data-default-class
network
streaming-commons
tls
tls-session-manager
unliftio
wai
warp
base bytestring case-insensitive http-types network transformers
wai websockets
];
executableHaskellDepends = [
base bytestring case-insensitive file-embed http-types network text
transformers wai wai-app-static warp websockets
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "HTTP over TLS support for Warp via the TLS package";
description = "Provide a bridge between WAI and the websockets package";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, array
, async
, auto-update
, base
, bsb-http-chunked
, bytestring
, case-insensitive
, containers
, directory
, gauge
, ghc-prim
, hashable
, hspec
, hspec-discover
, http-client
, http-date
, http-types
, http2
, iproute
, lib
, network
, process
, simple-sendfile
, stm
, streaming-commons
, text
, time
, time-manager
, unix
, unix-compat
, unliftio
, vault
, wai
, word8
, x509
}:
mkDerivation {
pname = "warp";
version = "3.3.22";
sha256 = "ea26386fa12f86bc8d04446cc551ccc5c918debe4ad947f6c6bf514da3f04f3e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
auto-update
base
bsb-http-chunked
bytestring
case-insensitive
containers
ghc-prim
hashable
http-date
http-types
http2
iproute
network
simple-sendfile
stm
streaming-commons
text
time-manager
unix
unix-compat
unliftio
vault
wai
word8
x509
];
testHaskellDepends = [
array
async
auto-update
base
bsb-http-chunked
bytestring
case-insensitive
containers
directory
ghc-prim
hashable
hspec
http-client
http-date
http-types
http2
HUnit
iproute
network
process
QuickCheck
simple-sendfile
stm
streaming-commons
text
time
time-manager
unix
unix-compat
unliftio
vault
wai
word8
x509
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
auto-update
base
bytestring
containers
gauge
hashable
http-date
http-types
network
time-manager
unix
unix-compat
unliftio
x509
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "A fast, light-weight web server for WAI applications";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, SHA
, async
, attoparsec
, base
, base64-bytestring
, binary
, bytestring
, bytestring-builder
, case-insensitive
, clock
, containers
, criterion
, entropy
, lib
, network
, random
, streaming-commons
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
{ mkDerivation, HUnit, QuickCheck, SHA, async, attoparsec, base
, base64-bytestring, binary, bytestring, case-insensitive
, containers, criterion, entropy, lib, network, random
, streaming-commons, test-framework, test-framework-hunit
, test-framework-quickcheck2, text
}:
mkDerivation {
pname = "websockets";
version = "0.12.7.3";
sha256 = "d3b0a8a0df7ac7c39c2572152ff903af2d5f009627dde4dada6fb81c89057f3c";
revision = "1";
editedCabalFile = "1yx97y6jl74vy200y43vjxfyzx338kh10dx8vxkjhr0mfh36wldq";
version = "0.13.0.0";
sha256 = "9af814f76451b0adbcceb2c46cae463f63c5de50b2b6be66f4ef4d15ce2a49b5";
revision = "2";
editedCabalFile = "1wnj6c9vzgnmidxcy6jpv19b73qvnx4irxbqsncd688px7f7766m";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
entropy
network
random
SHA
streaming-commons
text
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers entropy network random SHA
streaming-commons text
];
testHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
entropy
HUnit
network
QuickCheck
random
SHA
streaming-commons
test-framework
test-framework-hunit
test-framework-quickcheck2
text
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers entropy HUnit network QuickCheck random
SHA streaming-commons test-framework test-framework-hunit
test-framework-quickcheck2 text
];
benchmarkHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
criterion
entropy
network
random
SHA
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers criterion entropy network random SHA
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -102,4 +40,4 @@ mkDerivation {
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, ghc
, lib
, mtl
, process
, split
, temporary
}:
mkDerivation {
pname = "weigh";
version = "0.0.16";
sha256 = "a92a19209b6e8999be21fed8c6ddad8cddf5b98352341b58d2c3e3ef4e96eb8e";
revision = "1";
editedCabalFile = "0y71p1fg2q9ig955b21fhfaipdamdrlzfl302prqz8g0sfcxvmfg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
ghc
mtl
process
split
temporary
];
testHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/weigh#readme";
description = "Measure allocations of a Haskell functions/values";
license = lib.licenses.bsd3;
broken = false;
}