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
{ mkDerivation, base, foldable1-classes-compat, ghc-prim, hashable
, lib, template-haskell
}:
mkDerivation {
pname = "OneTuple";
version = "0.4.1.1";
sha256 = "c9e764d4ee1e57cad8341bd5d0de33ba3a52b6793fc1309679f2bf60c030bb2b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim template-haskell ];
testHaskellDepends = [
base foldable1-classes-compat hashable template-haskell
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Singleton Tuple";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -5,8 +5,8 @@ mkDerivation {
pname = "OpenGLRaw";
version = "3.3.4.1";
sha256 = "121abdea149ac74514efb2c1c1c319466757242d1b72a8bdf99d49535f06d31e";
revision = "1";
editedCabalFile = "15abvqkxc08lx9d44323izccfp7bqfiljnd587zn80vdvmkzs6zc";
revision = "2";
editedCabalFile = "1wrkv4ll7iag0a1liw6jqffhqg2nbfpdg1sa9dy88n9jli1jmikd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -16,7 +16,7 @@ mkDerivation {
librarySystemDepends = [ libGL ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, base, lib }:
mkDerivation {
pname = "PSQueue";
version = "1.1.1";
sha256 = "7191ef25e63df3658ad3eccde7d7a7e31fa8dd43c6705714672836dbf9c7ef0a";
revision = "1";
editedCabalFile = "02a5g59sc9jh3v4pibhjpijv8lsbiydznrpqyin7qhwsyc0p813a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Priority Search Queue";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "PyF";
version = "0.11.1.1";
sha256 = "f3607099f3357bce93bf1b3034c702b833d1114966b922267136340f262d3324";
version = "0.11.3.0";
sha256 = "9e595d33ad95f5ae73cfccd4c914220ac6eddeca68d6ecb24420563edc1d96db";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -18,7 +18,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, containers, deepseq, lib, process, random
, splitmix, template-haskell, transformers
}:
mkDerivation {
pname = "QuickCheck";
version = "2.14.2";
sha256 = "d87b6c85696b601175274361fa62217894401e401e150c3c5d4013ac53cd36f3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers deepseq random splitmix template-haskell
transformers
];
testHaskellDepends = [ base deepseq process ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nick8325/quickcheck";
description = "Automatic testing of Haskell programs";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, array, base, binary, bytestring, lib
, test-framework, test-framework-quickcheck2
}:
mkDerivation {
pname = "SHA";
version = "1.6.4.4";
sha256 = "6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base binary bytestring ];
testHaskellDepends = [
array base binary bytestring QuickCheck test-framework
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Implementations of the SHA suite of message digest functions";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
, bytestring, cereal, cereal-vector, containers, data-default-class
, diagrams-core, diagrams-lib, directory, lib, parsec, split, text
, vector, xml
}:
mkDerivation {
pname = "SVGFonts";
version = "1.8.0.1";
sha256 = "698a517322fd9910784da15a716c4f3eaec0080298ca5098871b9bd24f3c7f64";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
attoparsec base blaze-markup blaze-svg bytestring cereal
cereal-vector containers data-default-class diagrams-core
diagrams-lib directory parsec split text vector xml
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Fonts from the SVG-Font format";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, stm, transformers }:
mkDerivation {
pname = "StateVar";
version = "1.2.2";
sha256 = "5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-opengl/StateVar";
description = "State variables";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base lazysmallcheck QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -20,7 +20,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, bytestring, directory, exceptions, filepath
, lib, libxcrypt, mtl, process, process-extras, pureMD5, regex-tdfa
, unix, zlib
}:
mkDerivation {
pname = "Unixutils";
version = "1.54.2";
sha256 = "9cd42255955abdd33715c6d1e1ff810463eb1f6bcaeea12dbffa4c912b921c10";
revision = "1";
editedCabalFile = "1rhr1isy8vq8ys29p4hcjh889dpfandqm2q5zcxyw4szl068jqc0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring directory exceptions filepath mtl process
process-extras pureMD5 regex-tdfa unix zlib
];
librarySystemDepends = [ libxcrypt ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/seereason/haskell-unixutils.git";
description = "A crude interface between Haskell and Unix-like operating systems";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ mkDerivation {
libraryPkgconfigDepends = [ libXft ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -14,7 +14,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -18,7 +18,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, array, base, containers, lib, random, time }:
mkDerivation {
pname = "abstract-deque";
version = "0.3";
sha256 = "09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base containers random time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
description = "Abstract, parameterized interface to mutable Deques";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, deepseq, lib }:
mkDerivation {
pname = "abstract-par";
version = "0.3.3";
sha256 = "248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/simonmar/monad-par";
description = "Type classes generalizing the functionality of the 'monad-par' library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -3,8 +3,10 @@
}:
mkDerivation {
pname = "active";
version = "0.2.0.17";
sha256 = "0e804cbcf8c10cf95e8a21b8a1caf6cb526f64519399fb4fbbdfc8bcb2ca57f8";
version = "0.2.1";
sha256 = "615758872a6d65546e27ddc0164822b56fd030ad00459c82c0492a3372e41394";
revision = "2";
editedCabalFile = "16gc6vksf5gn5v6m9zbiphb2bd2chbypk8iykn1y7ak3f8g30asn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -14,7 +16,7 @@ mkDerivation {
testHaskellDepends = [ base linear QuickCheck semigroups ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, array, base, comonad, containers, contravariant
, distributive, free, generic-deriving, hspec, hspec-discover, lib
, mtl, profunctors, semigroupoids, semigroups, tagged, transformers
, transformers-compat, void
}:
mkDerivation {
pname = "adjunctions";
version = "4.4.2";
sha256 = "147b5f8db810bca0ea8952ef974982ffc447cecd21f01e1ea1121df77e276518";
revision = "1";
editedCabalFile = "0ii8818fr1h3wpyaqwa44gn1kv7lafbw9b4qdj7r86w5k5q00ypp";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base comonad containers contravariant distributive free mtl
profunctors semigroupoids semigroups tagged transformers
transformers-compat void
];
testHaskellDepends = [ base distributive generic-deriving hspec ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/adjunctions/";
description = "Adjunctions and representable functors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
, cmdargs, lib, scientific, text, unordered-containers, vector
}:
mkDerivation {
pname = "aeson-pretty";
version = "0.8.9";
sha256 = "5dbc4f451dfa1e667b2c6ec5170714fed1905dc9cae6a1134b3376f355fa2a08";
revision = "2";
editedCabalFile = "1895w56jl4c06wfhv5zf8ayqpzkxgva2rz5xxz8fvfdiza781cgp";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base base-compat bytestring scientific text
unordered-containers vector
];
executableHaskellDepends = [
aeson attoparsec base bytestring cmdargs
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/informatikr/aeson-pretty";
description = "JSON pretty-printing library and command-line tool";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -20,7 +20,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......