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
  • jonge/horizon-platform
  • raoulhc/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 270 additions and 470 deletions
{ mkDerivation
, HUnit
, QuickCheck
, base
, bytestring
, criterion
, deepseq
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base16-bytestring";
version = "1.0.2.0";
sha256 = "1d5a91143ef0e22157536093ec8e59d226a68220ec89378d5dcaeea86472c784";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base
bytestring
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/haskell/base16-bytestring";
description = "RFC 4648-compliant Base16 encodings for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, basement
, bytestring
, deepseq
, gauge
, ghc-prim
, integer-gmp
, lib
, memory
, random
, tasty
, tasty-hunit
, tasty-kat
, tasty-quickcheck
{ mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, lib, memory, random-bytestring, tasty, tasty-hunit
, tasty-quickcheck, text, text-short
}:
mkDerivation {
pname = "cryptonite";
version = "0.30";
sha256 = "56099c8a8aa01d2ee914b670c97c1f818186dbb886e2025b73d9c2afe3496b1d";
pname = "base32";
version = "0.4";
sha256 = "9ae7861d509528d3e8f4ecd946051b05f7141e907216e672d18e26d242a908d4";
revision = "1";
editedCabalFile = "080i61y2mzahrkvj27llybgc4g0kwf53j552y8g5pcpl45dshgvh";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
basement
bytestring
deepseq
ghc-prim
integer-gmp
memory
base bytestring deepseq text text-short
];
testHaskellDepends = [
base
bytestring
memory
tasty
tasty-hunit
tasty-kat
tasty-quickcheck
base bytestring memory QuickCheck random-bytestring tasty
tasty-hunit tasty-quickcheck text text-short
];
benchmarkHaskellDepends = [
base
bytestring
deepseq
gauge
memory
random
base bytestring criterion deepseq memory random-bytestring text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-crypto/cryptonite";
description = "Cryptography Primitives sink";
homepage = "https://github.com/emilypi/base32";
description = "Fast RFC 4648-compliant Base32 encoding";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, criterion
, lib
, quickcheck-assertions
, quickcheck-instances
, tasty
{ mkDerivation, base, bytestring, criterion, lib
, quickcheck-assertions, quickcheck-instances, tasty
, tasty-quickcheck
}:
mkDerivation {
......@@ -17,17 +11,13 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base
bytestring
quickcheck-assertions
quickcheck-instances
tasty
base bytestring quickcheck-assertions quickcheck-instances tasty
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -36,4 +26,4 @@ mkDerivation {
description = "Implementation of BASE58 transcoding for ByteStrings";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, aeson
, base
, base-compat
, base64-bytestring
, binary
, bytestring
, cereal
, deepseq
, hashable
, http-api-data
, lib
, serialise
, tasty
, tasty-quickcheck
, text
{ mkDerivation, QuickCheck, aeson, base, base-compat
, base64-bytestring, binary, bytestring, cereal, deepseq, hashable
, http-api-data, lib, serialise, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "base64-bytestring-type";
version = "1.0.1";
sha256 = "f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e";
revision = "15";
editedCabalFile = "0yka3aazfd5jj0dqh89cpjc8sgx3yhiiqfhrpb9z5p4zvbyvym6g";
revision = "19";
editedCabalFile = "001hlnsldkiw1lr188n13j41fzfl157ba0y4qdcnzygnj5wa66ac";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
base-compat
base64-bytestring
binary
bytestring
cereal
deepseq
hashable
http-api-data
QuickCheck
serialise
text
aeson base base-compat base64-bytestring binary bytestring cereal
deepseq hashable http-api-data QuickCheck serialise text
];
testHaskellDepends = [
aeson
base
binary
bytestring
cereal
http-api-data
serialise
tasty
aeson base binary bytestring cereal http-api-data serialise tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -62,4 +30,4 @@ mkDerivation {
description = "A newtype around ByteString, for base64 encoding";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, base
, bytestring
, criterion
, deepseq
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base64-bytestring";
version = "1.2.1.0";
sha256 = "fbf8ed30edde271eb605352021431d8f1b055f95a56af31fe2eacf6bdfdc49c9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base
bytestring
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/base64-bytestring";
description = "Fast base64 encoding and decoding for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, aeson, base, bytestring, containers, dlist, free
, ghc-prim, hashable, lib, microlens, mtl, network-uri, scientific
, tagged, tasty, tasty-hunit, text, time, vector, vector-sized
}:
mkDerivation {
pname = "beam-core";
version = "0.10.1.0";
sha256 = "303477810d9fa366610a1063fc3316d5441b1a5291c8eb6fa900343e8ac93340";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring containers dlist free ghc-prim hashable
microlens mtl network-uri scientific tagged text time vector
vector-sized
];
testHaskellDepends = [
base bytestring microlens tasty tasty-hunit text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://travis.athougies.net/projects/beam.html";
description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, beam-core, bytestring, containers
, deepseq, dependent-map, dependent-sum, free, ghc-prim, hashable
, haskell-src-exts, lib, microlens, mtl, parallel, pqueue, pretty
, scientific, text, time, unordered-containers, uuid-types, vector
}:
mkDerivation {
pname = "beam-migrate";
version = "0.5.2.1";
sha256 = "ccbb4685eee3e0067ae0de3b8a2204641a6b8041010612055afb1d79591af499";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base beam-core bytestring containers deepseq dependent-map
dependent-sum free ghc-prim hashable haskell-src-exts microlens mtl
parallel pqueue pretty scientific text time unordered-containers
uuid-types vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://travis.athougies.net/projects/beam.html";
description = "SQL DDL support and migrations support library for Beam";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, case-insensitive, conduit, free, hashable
, haskell-src-exts, hedgehog, lib, lifted-base, monad-control, mtl
, network-uri, postgresql-libpq, postgresql-simple, scientific
, tagged, tasty, tasty-hunit, text, time, tmp-postgres
, transformers-base, unordered-containers, uuid, uuid-types, vector
}:
mkDerivation {
pname = "beam-postgres";
version = "0.5.3.1";
sha256 = "36905a02af208dc7755b496ee4afd409d1a769b46c52c5501ade7191137feaa5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base beam-core beam-migrate bytestring
case-insensitive conduit free hashable haskell-src-exts lifted-base
monad-control mtl network-uri postgresql-libpq postgresql-simple
scientific tagged text time transformers-base unordered-containers
uuid-types vector
];
testHaskellDepends = [
aeson base beam-core beam-migrate bytestring hedgehog
postgresql-simple tasty tasty-hunit text tmp-postgres uuid vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://haskell-beam.github.io/beam/user-guide/backends/beam-postgres";
description = "Connection layer between beam and postgres";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, dlist, free, hashable, lib, monad-control, mtl
, network-uri, scientific, sqlite-simple, tasty
, tasty-expected-failure, tasty-hunit, text, time
, transformers-base, unix
}:
mkDerivation {
pname = "beam-sqlite";
version = "0.5.3.0";
sha256 = "a49a443524b202576da6a81297e05ae3dd69d5d4bfc494084bd28464bac41614";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base beam-core beam-migrate bytestring dlist free
hashable monad-control mtl network-uri scientific sqlite-simple
text time transformers-base unix
];
testHaskellDepends = [
base beam-core beam-migrate sqlite-simple tasty
tasty-expected-failure tasty-hunit text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://haskell-beam.github.io/beam/user-guide/backends/beam-sqlite/";
description = "Beam driver for SQLite";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, bech32
, hspec
, hspec-discover
, lib
, template-haskell
, text
{ mkDerivation, base, bech32, hspec, hspec-discover, lib
, template-haskell, text
}:
mkDerivation {
pname = "bech32-th";
version = "1.1.1";
sha256 = "3346a2539bfafd2e4cb8ca775a0c4aeb5636f52af4a9b0a8c22478b393558814";
version = "1.1.7";
sha256 = "36447a7184fa9032bafa4fe782b2b6ac2c4f7abef1de251a11563bfb3693e128";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -19,7 +13,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -28,4 +22,4 @@ mkDerivation {
description = "Template Haskell extensions to the Bech32 library";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, base58-bytestring
, bytestring
, containers
, deepseq
, extra
, hspec
, hspec-discover
, lib
, memory
, optparse-applicative
, process
, text
, vector
{ mkDerivation, QuickCheck, array, base, base58-bytestring
, bytestring, containers, deepseq, extra, hspec, hspec-discover
, lib, memory, optparse-applicative, prettyprinter
, prettyprinter-ansi-terminal, process, text, vector
}:
mkDerivation {
pname = "bech32";
version = "1.1.2";
sha256 = "489e1922dce97ce59f72d87b17480eb0087b6661d4bcb7be124e027abcb7d2c7";
version = "1.1.7";
sha256 = "ef6e4885319ccff679282820b9312da6f415b46f1f72ff23a53577b9984e87e2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
extra
text
array base bytestring containers extra text
];
executableHaskellDepends = [
base
base58-bytestring
bytestring
extra
memory
optparse-applicative
text
base base58-bytestring bytestring extra memory optparse-applicative
prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
base
base58-bytestring
bytestring
containers
deepseq
extra
hspec
memory
process
QuickCheck
text
vector
base base58-bytestring bytestring containers deepseq extra hspec
memory process QuickCheck text vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -66,4 +33,4 @@ mkDerivation {
description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, boring
, dec
, deepseq
, fin
, hashable
, lib
, some
}:
mkDerivation {
pname = "bin";
version = "0.1.2";
sha256 = "e2d4bf1ed1add212cc6e49bb9d09a666c2b968eba86de946be376c4e7a14b545";
revision = "1";
editedCabalFile = "052i9qfb037p71fhzl38ly51jkk9q6klb1cb07a0cv2ja5nzrjgn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
boring
dec
deepseq
fin
hashable
QuickCheck
some
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/vec";
description = "Bin: binary natural numbers";
license = lib.licenses.gpl2Plus;
broken = false;
}
{ mkDerivation
, OneTuple
, QuickCheck
, base
, binary
, lib
, quickcheck-instances
, tagged
, tasty
, tasty-quickcheck
, transformers
}:
mkDerivation {
pname = "binary-orphans";
version = "1.0.3";
sha256 = "e2e554823ce6758cbbfb64acb8b5905d3c226eab18b5fcaf5d7c79252114602c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary transformers ];
testHaskellDepends = [
base
binary
OneTuple
QuickCheck
quickcheck-instances
tagged
tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Compatibility package for binary; provides instances";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, chell
, chell-quickcheck
, containers
, lib
, monads-tf
, transformers
{ mkDerivation, base, base-prelude, bytestring, lib, mtl, tasty
, tasty-hunit, tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "options";
version = "1.2.1.1";
sha256 = "283eea9ae2c539830c6c65f5c03fb00626cfd1274da0526c285c146fc3065a62";
pname = "binary-parser";
version = "0.5.7.6";
sha256 = "6a2dc0572f45ae360248e547a386f15fab6a2d4d9102c0749137dd18c518ed68";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers monads-tf transformers ];
libraryHaskellDepends = [ base bytestring mtl text transformers ];
testHaskellDepends = [
base
chell
chell-quickcheck
containers
monads-tf
transformers
base-prelude bytestring tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://john-millikin.com/software/haskell-options/";
description = "A powerful and easy-to-use command-line option parser";
homepage = "https://github.com/nikita-volkov/binary-parser";
description = "An efficient but limited parser API specialised to bytestrings";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, base
, blaze-builder
, blaze-markup
, bytestring
, containers
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
}:
mkDerivation {
pname = "blaze-html";
version = "0.9.1.2";
sha256 = "60503f42546c6c1b954014d188ea137e43d74dcffd2bf6157c113fd91a0c394c";
revision = "2";
editedCabalFile = "1hjxvz62wlg0x7svc51zascgc96f5ly9xkkiyllgb4aqcvx9zf3l";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
blaze-markup
bytestring
text
];
testHaskellDepends = [
base
blaze-builder
blaze-markup
bytestring
containers
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast HTML combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, base
, blaze-builder
, bytestring
, containers
, lib
, tasty
, tasty-hunit
, tasty-quickcheck
, text
}:
mkDerivation {
pname = "blaze-markup";
version = "0.8.2.8";
sha256 = "43fc3f6872dc8d1be8d0fe091bd4775139b42179987f33d6490a7c5f1e07a349";
revision = "3";
editedCabalFile = "1hn694kk615prqdn7bfzl0wvbw8bksxk4cxwmx8yhwpl0cq3fiwa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base
blaze-builder
bytestring
containers
HUnit
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast markup combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, deepseq, lib }:
{ mkDerivation, base, blaze-markup, lib, mtl }:
mkDerivation {
pname = "spoon";
version = "0.3.1";
sha256 = "b9b350b6730e34c246bbf7e228a86b3d4925b52c95542f7676d719ef2a9881d4";
pname = "blaze-svg";
version = "0.3.7";
sha256 = "4c7c61e67381eeefa30b563004ae639679651aaac499a37ca457d49d7fe8165f";
revision = "1";
editedCabalFile = "09s5jjcsg4g4qxchq9g2l4i9d5zh3rixpkbiysqcgl69kj8mwv74";
editedCabalFile = "0szq7fnck2fchhck7984zar92da2lc63gjy4p7zx0975jxx0xrg9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
libraryHaskellDepends = [ base blaze-markup mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Catch errors thrown from pure computations";
homepage = "https://github.com/diagrams/blaze-svg";
description = "SVG combinator library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, blaze-builder
, bytestring
, double-conversion
, ghc-prim
, integer-gmp
, lib
, old-locale
, test-framework
, test-framework-quickcheck2
, text
, time
, vector
{ mkDerivation, QuickCheck, base, blaze-builder, bytestring
, double-conversion, ghc-prim, integer-gmp, lib, old-locale
, test-framework, test-framework-quickcheck2, text, vector
}:
mkDerivation {
pname = "blaze-textual";
version = "0.2.2.1";
sha256 = "7a9199740189f435b762d98e65f5d7c0c7a1467e36c11210a8d65e76a5e5567e";
version = "0.2.3.1";
sha256 = "dd2acac978433e4001302190e530829707203febbc664966c3d347ecac5717b2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
bytestring
ghc-prim
integer-gmp
old-locale
text
time
base blaze-builder bytestring ghc-prim integer-gmp old-locale text
vector
];
testHaskellDepends = [
base
blaze-builder
bytestring
double-conversion
QuickCheck
test-framework
test-framework-quickcheck2
base blaze-builder bytestring double-conversion QuickCheck
test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/bos/blaze-textual";
homepage = "http://github.com/swamp-agr/blaze-textual";
description = "Fast rendering of common datatypes";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib, tagged, transformers }:
mkDerivation {
pname = "boring";
version = "0.2";
sha256 = "0bac533b66e754d4fc65ab8d7557eea6f7b35d16998e5e74579b25a372aa4c34";
revision = "2";
editedCabalFile = "04pn94i3mysi7px93k86sf29vw99sf38sl4n0gy2nma0iqsik828";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base tagged transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/boring";
description = "Boring and Absurd types";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, containers
, ghc
, haskeline
, lib
, mtl
, pretty-simple
, tasty
, tasty-hunit
, template-haskell
, text
, transformers
{ mkDerivation, ansi-terminal, base, containers, deepseq, ghc
, haskeline, lib, mtl, pretty-simple, tasty, tasty-hunit
, template-haskell, text, transformers
}:
mkDerivation {
pname = "breakpoint";
version = "0.1.1.1";
sha256 = "e24a2cafa6ea866b571fe50bcc49fbf64c14244d985918e9ffe2c7c789d5cec3";
version = "0.1.4.0";
sha256 = "c6e16075aa198796bfce24608682913e1546b2d941217961c9a8b6c6fb8ecf11";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
containers
ghc
haskeline
mtl
pretty-simple
template-haskell
text
transformers
ansi-terminal base containers deepseq ghc haskeline mtl
pretty-simple template-haskell text transformers
];
testHaskellDepends = [ base containers tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -43,4 +24,4 @@ mkDerivation {
description = "Set breakpoints using a GHC plugin";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file