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 54 additions and 372 deletions
{ mkDerivation, base, containers, lib, syb, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-extras";
version = "0.0.0.6";
sha256 = "02bf23940c0233a6ef6f61868e827ebd4554afe8d71cef2a1eb8e286a7f07c4a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers syb template-haskell th-abstraction
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mokus0/th-extras";
description = "A grab bag of functions for use with Template Haskell";
license = lib.licenses.publicDomain;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, containers, lib
, template-haskell, text, th-lift, transformers, vector
}:
mkDerivation {
pname = "th-lift-instances";
version = "0.1.20";
sha256 = "f533c3f95addcca461a0ccd1aafef75dd801bfa6599c0d1184d54bfffb61d870";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring containers template-haskell text th-lift
transformers vector
];
testHaskellDepends = [
base bytestring containers QuickCheck template-haskell text vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/bennofs/th-lift-instances/";
description = "Lift instances for template-haskell for common data types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-lift";
version = "0.8.3";
sha256 = "25d57bf5f8e7deefeb4ace0539805ae1e90b1ba5a034ebcc36141846408c6b75";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base ghc-prim template-haskell th-abstraction
];
testHaskellDepends = [ base ghc-prim template-haskell ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/RyanGlScott/th-lift";
description = "Derive Template Haskell's Lift class for datatypes";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, ghc-prim, hspec, hspec-discover
, lib, mtl, template-haskell, th-compat, th-lift, th-reify-many
}:
mkDerivation {
pname = "th-orphans";
version = "0.13.14";
sha256 = "9ddb2a1a0f6afeb8b6697256bfa5930f1f75e99624e370931c4b48bd16c3077c";
revision = "1";
editedCabalFile = "1lb3gi32gzy6ml8jxzyj6jp9gglgg2737aqc128gqz4g7wvbnasy";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base mtl template-haskell th-compat th-lift th-reify-many
];
testHaskellDepends = [
base bytestring ghc-prim hspec template-haskell th-lift
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Orphan instances for TH datatypes";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, lib, mtl, safe, template-haskell
, th-expand-syns
}:
mkDerivation {
pname = "th-reify-many";
version = "0.1.10";
sha256 = "9d250e61242f2fb887dedc9d28c0141832ff256e63bebc2bf5abff81037be4a5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers mtl safe template-haskell th-expand-syns
];
testHaskellDepends = [ base template-haskell ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/mgsloan/th-reify-many";
description = "Recurseively reify template haskell datatype info";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, containers, directory, filepath
, hspec, lib, primitive, syb, template-haskell, text
, th-abstraction, th-orphans, vector
}:
mkDerivation {
pname = "th-utilities";
version = "0.2.5.0";
sha256 = "4a0742a525e0ef22c993f1b6b693312bddcefe3afed9b6c519372d82931b97e1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring containers directory filepath primitive syb
template-haskell text th-abstraction th-orphans
];
testHaskellDepends = [
base bytestring containers directory filepath hspec primitive syb
template-haskell text th-abstraction th-orphans vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/th-utilities#readme";
description = "Collection of useful functions for use with Template Haskell";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, deepseq, ghc-prim, lib }:
mkDerivation {
pname = "these-skinny";
version = "0.7.5";
sha256 = "726933193bb33d9731a2ed794c07c3ff8952fb0baef5ebbd7dc3b2a3e5746cd9";
revision = "2";
editedCabalFile = "158rp41bdzzz2hc17vn5c1j6llcmbirajv0hsq2d76j38nyh7d94";
version = "0.7.6";
sha256 = "d75354f221965bea97c3f97b019aadd406422416d8c300a34084fe39687ef41e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ghc-prim ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, assoc, base, binary, deepseq
, foldable1-classes-compat, hashable, lib
}:
mkDerivation {
pname = "these";
version = "1.2";
sha256 = "a8ed7174b7f790764360f48aab72fea382a6093ed369c7bc6881fae1abacd4b8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
assoc base binary deepseq foldable1-classes-compat hashable
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/these";
description = "An either-or-both data type";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Cabal, HUnit, base, concurrent-extra, lib, stm
, test-framework, test-framework-hunit
}:
mkDerivation {
pname = "threads";
version = "0.5.1.7";
sha256 = "e0f6fea09b99a2f84c98089c27c011077bf43f1e1977a5c43997e226d23142d0";
revision = "1";
editedCabalFile = "18xxmb0x8lr6c90jc1vv078jm932aia9hm722l5wxmwly4a2n4wp";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base stm ];
testHaskellDepends = [
base concurrent-extra HUnit stm test-framework test-framework-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/threads";
description = "Fork threads and wait for their result";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, aeson, attoparsec, base, bytestring
, clock, containers, criterion, derp, fetchgit, fin, lib, parsec
, quickcheck-instances, tasty, tasty-quickcheck, transformers, vec
, containers, cpphs, criterion, deepseq, hashable, lib, mtl
, old-locale, profunctors, random, template-haskell, text, time
, vector, vector-space, vector-th-unbox
}:
mkDerivation {
pname = "rere";
version = "0.2";
src = fetchgit {
url = "https://github.com/phadej/rere";
sha256 = "114i6z7rskynf2dnnq13wsi5di3m4m4zw4mf64qvfxrmry3kci1f";
rev = "5173ca929506b0cb9751fce5635164fcb36d7467";
fetchSubmodules = true;
};
revision = "3";
editedCabalFile = "01d112sii06yz06lpw5i7q3v4gshha9f0d7vpdc0yj2v34f45crv";
pname = "thyme";
version = "0.4";
sha256 = "81f4a70c8f987df9908b757ed7138291eead9b206cc7aedd7594b29f63c51325";
revision = "1";
editedCabalFile = "0y7xc8q2n8lbfi0q4isj29w5qdy3bjlb8yywdyajjp9k1kp23vnr";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers fin parsec QuickCheck transformers vec
aeson attoparsec base bytestring containers deepseq hashable mtl
old-locale profunctors QuickCheck random template-haskell text time
vector vector-space vector-th-unbox
];
libraryToolDepends = [ cpphs ];
testHaskellDepends = [
base containers QuickCheck quickcheck-instances tasty
tasty-quickcheck
attoparsec base bytestring containers mtl old-locale profunctors
QuickCheck random text time vector-space
];
benchmarkHaskellDepends = [
aeson attoparsec base bytestring clock containers criterion derp
fin parsec vec
base criterion mtl old-locale profunctors QuickCheck random time
vector vector-space
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Regular-expressions extended with fixpoints for context-free powers";
homepage = "https://github.com/fumieval/thyme";
description = "A faster time library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, system-cxx-std-lib }:
mkDerivation {
pname = "tidal-link";
version = "1.0.1";
sha256 = "612d2670302d401250fab9b5be96ba4416905bfa841ce11857b267d2ff387d68";
version = "1.0.3";
sha256 = "e735e4d03b45eca259679583e8c704741235c5638455d3870cc0222fb4e41dfb";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -10,7 +10,7 @@ mkDerivation {
executableHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -5,8 +5,10 @@
}:
mkDerivation {
pname = "tidal";
version = "1.9.4";
sha256 = "61dbc51935327c79d2714ab334a7abb1e81c1b3a0363d8de0018618a6901d788";
version = "1.9.5";
sha256 = "7c28d38bb292c74f9b62f26f3750bc957813bb4441819c43040c18f8524775ea";
revision = "1";
editedCabalFile = "1hp0r7mav7m6ga6lxjvw7lkhnw240a7pzc65s97k4kcax2ibvq96";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
......@@ -20,7 +22,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base criterion weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, HUnit, QuickCheck, base, base-compat, base-orphans
, deepseq, hashable, lib, tagged, tasty, tasty-hunit
, tasty-quickcheck, time
}:
mkDerivation {
pname = "time-compat";
version = "1.9.6.1";
sha256 = "ad07bb00eb9678c2136d3680752b00acc4cbc522654bb3199bf31c61ef1e6b80";
revision = "5";
editedCabalFile = "0ryv5p2hgq5a6iyvh2r30sdlr7jn70cw8ypw5sc0hwbb1pxf2kfx";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-orphans deepseq hashable time
];
testHaskellDepends = [
base base-compat deepseq hashable HUnit QuickCheck tagged tasty
tasty-hunit tasty-quickcheck time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/time-compat";
description = "Compatibility package for time";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, old-locale, time }:
mkDerivation {
pname = "time-locale-compat";
version = "0.1.1.5";
sha256 = "07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base old-locale time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/khibino/haskell-time-locale-compat";
description = "Compatibile module for time-format locale";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, auto-update, base, lib }:
mkDerivation {
pname = "time-manager";
version = "0.0.0";
sha256 = "90a616ed20b2119bb64f78f84230b6798cde22a35e87bc8d9ee08cdf1d90fcdb";
revision = "1";
editedCabalFile = "1hwcns6rnh27nngq616cl9x2pl6lm4zzrsbbv5vq6hl0a60qhqjv";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ auto-update base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "Scalable timer";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, auto-update, base, basement, bytestring, clock, lib
, memory, psqueues, tls
}:
mkDerivation {
pname = "tls-session-manager";
version = "0.0.4";
sha256 = "ba207f79b4536a65625063106c621e8bafc0dc7928bd9273270e19f36d59938c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
auto-update base basement bytestring clock memory psqueues tls
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "In-memory TLS session manager";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, asn1-encoding, asn1-types, async, base
, bytestring, cereal, cryptonite, data-default-class, gauge
, hourglass, lib, memory, mtl, network, tasty, tasty-quickcheck
, transformers, x509, x509-store, x509-validation
}:
mkDerivation {
pname = "tls";
version = "1.6.0";
sha256 = "d29d20afc1c1b852a3c39b076ec853cb596ac888cf521e54144441dec689e498";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring cereal cryptonite
data-default-class hourglass memory mtl network transformers x509
x509-store x509-validation
];
testHaskellDepends = [
asn1-types async base bytestring cryptonite data-default-class
hourglass QuickCheck tasty tasty-quickcheck x509 x509-validation
];
benchmarkHaskellDepends = [
asn1-types async base bytestring cryptonite data-default-class
gauge hourglass QuickCheck tasty-quickcheck x509 x509-validation
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-tls";
description = "TLS/SSL protocol native implementation (Server and Client)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file