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 220 additions and 174 deletions
{ mkDerivation, array, base, containers, indexed-profunctors { mkDerivation, base, lib, primitive, primitive-unaligned
, indexed-traversable, lib, transformers , wide-word
}: }:
mkDerivation { mkDerivation {
pname = "optics-core"; pname = "byte-order";
version = "0.4.1.1"; version = "0.1.3.1";
sha256 = "3e817e3c66a0120ac4b4b6d790e659b75f8c0fb27c5f65f3974f4c697b7bb3fb"; sha256 = "eb98ea478d1a6b196f36c5e3673dbbd261728c5423cbeb0703d80f3560061f7a";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
array base containers indexed-profunctors indexed-traversable base primitive primitive-unaligned wide-word
transformers
]; ];
testHaskellDepends = [ base primitive wide-word ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = true;
...@@ -19,7 +19,8 @@ mkDerivation { ...@@ -19,7 +19,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
description = "Optics as an abstract interface: core definitions"; homepage = "https://github.com/byteverse/byte-order";
description = "Portable big-endian and little-endian conversions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, HUnit, attoparsec, base, base-compat, blaze-builder { mkDerivation, QuickCheck, base, byteslice, bytestring, gauge
, bytestring, containers, criterion, deepseq, deepseq-generics , haskell-src-meta, integer-logarithms, lib, natural-arithmetic
, hedgehog, lib, network-uri, safe, tasty, tasty-hedgehog , primitive, primitive-offset, quickcheck-instances, run-st, tasty
, tasty-hunit, template-haskell, th-lift-instances, transformers , tasty-hunit, tasty-quickcheck, template-haskell, text, text-short
, wide-word, zigzag
}: }:
mkDerivation { mkDerivation {
pname = "uri-bytestring"; pname = "bytebuild";
version = "0.3.3.1"; version = "0.3.16.2";
sha256 = "f3e7a0ac26111c426727fed11624efe9ce36ee2e74ca79570ec0985eb6111368"; sha256 = "2cb53fb854682ee38bccd560291ebd0651b4d54d6ba27f9e2a17b5168ed49687";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base blaze-builder bytestring containers base byteslice bytestring haskell-src-meta integer-logarithms
template-haskell th-lift-instances natural-arithmetic primitive primitive-offset run-st
template-haskell text text-short wide-word zigzag
]; ];
testHaskellDepends = [ testHaskellDepends = [
attoparsec base base-compat blaze-builder bytestring containers base byteslice bytestring natural-arithmetic primitive QuickCheck
hedgehog HUnit safe tasty tasty-hedgehog tasty-hunit transformers quickcheck-instances tasty tasty-hunit tasty-quickcheck text
text-short wide-word
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base blaze-builder bytestring criterion deepseq deepseq-generics base byteslice gauge natural-arithmetic primitive text-short
network-uri
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
...@@ -29,8 +31,8 @@ mkDerivation { ...@@ -29,8 +31,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/Soostone/uri-bytestring"; homepage = "https://github.com/byteverse/bytebuild";
description = "Haskell URI parsing as ByteStrings"; description = "Build byte arrays";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, binary, binary-orphans, bytestring, cereal
, containers, hashable, lib, scientific, text, time, transformers
, transformers-compat, unordered-containers, void
}:
mkDerivation {
pname = "bytes";
version = "0.17.3";
sha256 = "d10acf05802d4df9646d7aed1b4ebcee13fb38f243f1525caaef1f2e1fd929c7";
revision = "1";
editedCabalFile = "1jj5fk23wvvvlbkxcpvgp69gglbf719ard5g795irbcx11zkhjd2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary binary-orphans bytestring cereal containers hashable
scientific text time transformers transformers-compat
unordered-containers void
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ekmett/bytes";
description = "Sharing code for serialization between binary and cereal";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, exceptions, ghc-prim, hedgehog, lib { mkDerivation, base, bytestring, gauge, lib, natural-arithmetic
, mtl, mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit , primitive, primitive-addr, primitive-unlifted, quickcheck-classes
, time, transformers, unliftio-core , run-st, tasty, tasty-hunit, tasty-quickcheck, text, text-short
, transformers, tuples, vector
}: }:
mkDerivation { mkDerivation {
pname = "retry"; pname = "byteslice";
version = "0.9.3.1"; version = "0.2.13.2";
sha256 = "622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6"; sha256 = "67c7b30f862aad1deef05f807d438db57866ca99d3d0461716d9666d21943ffc";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base exceptions ghc-prim mtl mtl-compat random transformers base bytestring natural-arithmetic primitive primitive-addr
unliftio-core primitive-unlifted run-st text text-short tuples vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
base exceptions ghc-prim hedgehog HUnit mtl mtl-compat random stm base bytestring primitive quickcheck-classes tasty tasty-hunit
tasty tasty-hedgehog tasty-hunit time transformers unliftio-core tasty-quickcheck text transformers
]; ];
benchmarkHaskellDepends = [ base gauge ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = true;
...@@ -24,8 +26,8 @@ mkDerivation { ...@@ -24,8 +26,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/Soostone/retry"; homepage = "https://github.com/byteverse/byteslice";
description = "Retry combinators for monadic actions that may fail"; description = "Slicing managed and unmanaged memory";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, array, base, bytestring { mkDerivation, base, byte-order, byteslice, bytestring, contiguous
, containers, deepseq, dlist, fmlist, lib, random, text , gauge, lib, natural-arithmetic, primitive, tasty, tasty-hunit
, utf8-string, vector , tasty-quickcheck, text-short, wide-word
}: }:
mkDerivation { mkDerivation {
pname = "ListLike"; pname = "bytesmith";
version = "4.7.8.2"; version = "0.3.11.1";
sha256 = "ad637af1a0241934e33e6b43ad5b3f1c4a96f84be392a7aa6066f989d1aff9d4"; sha256 = "778f072f91b46fd0bd963bf3e4a2c80465f05ad6597ff0002245fbc49a2581ee";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
array base bytestring containers deepseq dlist fmlist text base byteslice bytestring contiguous natural-arithmetic primitive
utf8-string vector text-short wide-word
]; ];
testHaskellDepends = [ testHaskellDepends = [
array base bytestring containers dlist fmlist HUnit QuickCheck base byte-order byteslice primitive tasty tasty-hunit
random text utf8-string vector tasty-quickcheck text-short wide-word
]; ];
benchmarkHaskellDepends = [ base gauge primitive ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = true;
...@@ -24,8 +25,8 @@ mkDerivation { ...@@ -24,8 +25,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/ddssff/listlike"; homepage = "https://github.com/byteverse/bytesmith";
description = "Generalized support for list-like structures"; description = "Nonresumable byte parser";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "bytestring-tree-builder"; pname = "bytestring-tree-builder";
version = "0.2.7.11"; version = "0.2.7.12";
sha256 = "b757c9ced07898b8bfd03a04d10bc2caab23ac05093c3e2d68cbf0152d0892cf"; sha256 = "90d8231350d21053ac2d97c3981bd74ae9f842e7696e8a249657815825459237";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ mkDerivation, attoparsec, base, directory, filepath, filepattern { mkDerivation, Cabal-syntax, QuickCheck, base, bytestring
, hspec, hspec-attoparsec, lib, text, transformers, yaml , containers, directory, filepath, integer-logarithms, lib, mtl
, optparse-applicative, parsec, pretty, process, tasty
, tasty-golden, tasty-hunit, tasty-quickcheck, temporary
}: }:
mkDerivation { mkDerivation {
pname = "implicit-hie"; pname = "cabal-fmt";
version = "0.1.4.0"; version = "0.1.12";
sha256 = "931814d6c1bb9f8f6d57161783eacb7b95e66398e1b20d652eca0759206def21"; sha256 = "e281b20d128421908bcd7aa3326c6eb637b06001df21d825ba1c7cb41ba23672";
isLibrary = true; isLibrary = false;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base directory filepath filepattern text transformers base bytestring Cabal-syntax containers directory filepath mtl
yaml parsec pretty
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
attoparsec base directory filepath filepattern text transformers base bytestring directory filepath optparse-applicative
yaml
]; ];
testHaskellDepends = [ testHaskellDepends = [
attoparsec base directory filepath filepattern hspec base bytestring Cabal-syntax containers filepath integer-logarithms
hspec-attoparsec text transformers yaml process QuickCheck tasty tasty-golden tasty-hunit tasty-quickcheck
temporary
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = false;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/Avi-D-coder/implicit-hie#readme"; description = "Format .cabal files";
description = "Auto generate hie-bios cradles & hie.yaml"; license = "GPL-3.0-or-later AND BSD-3-Clause";
license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -6,6 +6,8 @@ mkDerivation { ...@@ -6,6 +6,8 @@ mkDerivation {
pname = "canonical-json"; pname = "canonical-json";
version = "0.6.0.1"; version = "0.6.0.1";
sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e"; sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
revision = "1";
editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "cassava-megaparsec"; pname = "cassava-megaparsec";
version = "2.0.4"; version = "2.1.1";
sha256 = "16398f202df2898de482c156835ba6e7dea8ef71d7ac818c5cd4e72ad1f8e95d"; sha256 = "4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786";
revision = "1";
editedCabalFile = "1nknyqs8bb3qiysq5a2n1f7lzgkr8b0pvshg5jx5z5wgfmpjmyjf";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ 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";
revision = "5";
editedCabalFile = "081c6gzskkdvajc38f8ng8471d58a25k7wpl3azjviqm6vzfl2c4";
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 = true;
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;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, aeson, attoparsec, base { mkDerivation, HUnit, QuickCheck, aeson, attoparsec, base
, bytestring, cereal, containers, criterion, cryptonite, hspec, lib , bytebuild, byteslice, bytesmith, bytestring, criterion, deepseq
, memory, mtl, text, time, transformers, transformers-compat , hashable, lib, natural-arithmetic, old-locale, primitive
, unordered-containers, vector , test-framework, test-framework-hunit, test-framework-quickcheck2
, text, text-short, thyme, time, torsor, vector
}: }:
mkDerivation { mkDerivation {
pname = "jose-jwt"; pname = "chronos";
version = "0.9.6"; version = "1.1.6.1";
sha256 = "6c637d997d1284951de599d7ee01bab48adb1ff95f3c4d1b899341e54fb01c0f"; sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson attoparsec base bytestring cereal containers cryptonite aeson attoparsec base bytebuild byteslice bytesmith bytestring
memory mtl text time transformers transformers-compat deepseq hashable natural-arithmetic primitive text text-short
unordered-containers vector torsor vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base bytestring cryptonite hspec HUnit memory mtl QuickCheck aeson attoparsec base bytestring HUnit QuickCheck test-framework
text unordered-containers vector test-framework-hunit test-framework-quickcheck2 text torsor
];
benchmarkHaskellDepends = [
attoparsec base bytestring criterion deepseq old-locale QuickCheck
text text-short thyme time
]; ];
benchmarkHaskellDepends = [ base bytestring criterion cryptonite ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = true;
...@@ -27,8 +31,8 @@ mkDerivation { ...@@ -27,8 +31,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/tekul/jose-jwt"; homepage = "https://github.com/byteverse/chronos";
description = "JSON Object Signing and Encryption Library"; description = "A high-performance time library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, Glob, base, doctest, lib }: { mkDerivation, Glob, base, doctest, lib }:
mkDerivation { mkDerivation {
pname = "co-log-core"; pname = "co-log-core";
version = "0.3.2.1"; version = "0.3.2.2";
sha256 = "7e12a8e02a02c0e2c13e8def101ee8243c6c033392cd3031b63fe5db5168ff87"; sha256 = "f7b261916add60f651abc6f170402a6e75042ee4488f94a40ad88a971a71cdc7";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -4,8 +4,8 @@ mkDerivation { ...@@ -4,8 +4,8 @@ mkDerivation {
pname = "colourista"; pname = "colourista";
version = "0.1.0.2"; version = "0.1.0.2";
sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c"; sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c";
revision = "3"; revision = "5";
editedCabalFile = "1q07rz48xrs68gg3pywdivw2m97xbgcb4337jfzdsb0wv6n8z2r5"; editedCabalFile = "1388d2hd4kv6d99mfvif8iivb9kwai4dcnm3s9a6x91sz4zkzj2y";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "commonmark-extensions"; pname = "commonmark-extensions";
version = "0.2.4"; version = "0.2.5.4";
sha256 = "36757b95cca25b51bb81df41ba656a4e9671f49e7b44e26bdffcdfb8a8183ffb"; sha256 = "35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "commonmark-pandoc"; pname = "commonmark-pandoc";
version = "0.2.1.3"; version = "0.2.2.1";
sha256 = "77adcf9074299a5b318901d057ebf49a7f032245f2aee783ef475539b0897f21"; sha256 = "6190eb15bf2e0964cb1b206984f7613bd204b55469d11dff8fcca5488b097acd";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "commonmark"; pname = "commonmark";
version = "0.2.4"; version = "0.2.6";
sha256 = "557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56"; sha256 = "e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ mkDerivation, base, containers, lib }: { mkDerivation, base, containers, lib }:
mkDerivation { mkDerivation {
pname = "commutative-semigroups"; pname = "commutative-semigroups";
version = "0.1.0.1"; version = "0.2.0.1";
sha256 = "0732d53b25fea4822ed8aefdc0aa5586db9a78f67db8cc796adabd614677aaae"; sha256 = "e2e055a06586e7cd58a155b0da3e0d49d8cc06fb941faa8d14c1ae568df7b6dc";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, deepseq, exceptions, hspec, lens
, lib, monad-control, mtl, profunctors, template-haskell, text
, transformers, transformers-base, unliftio-core, vinyl
}:
mkDerivation {
pname = "composite-base";
version = "0.8.2.1";
sha256 = "31b7fe24885d2db164524a4477058157592ae06a75da5259f0eafc5760555544";
revision = "1";
editedCabalFile = "1fww7f7z583vp7kfrf6xi6y0plpm4jsh3j72xbgarprlz25j1aip";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base deepseq exceptions lens monad-control mtl profunctors
template-haskell text transformers transformers-base unliftio-core
vinyl
];
testHaskellDepends = [
base deepseq exceptions hspec lens monad-control mtl profunctors
QuickCheck template-haskell text transformers transformers-base
unliftio-core vinyl
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/composite-hs/composite-base#readme";
description = "Shared utilities for composite-* packages";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, lens, lib
, quickcheck-instances, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "concise";
version = "0.1.0.1";
sha256 = "5c27df5a3e1fe820548e90abc4a0e326b6d0fb286218619aa22d3af90c7b9925";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring lens text ];
testHaskellDepends = [
base bytestring lens QuickCheck quickcheck-instances tasty
tasty-quickcheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/frasertweedale/hs-concise";
description = "Utilities for Control.Lens.Cons";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, async, base, lib, random, stm
, test-framework, test-framework-hunit, unbounded-delays
}:
mkDerivation {
pname = "concurrent-extra";
version = "0.7.0.12";
sha256 = "040e6db9e0147de9929661759930f1566a7250add4c7f65b04dc6e070c991df9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm unbounded-delays ];
testHaskellDepends = [
async base HUnit random stm test-framework test-framework-hunit
unbounded-delays
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/concurrent-extra";
description = "Extra concurrency primitives";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file