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 380 additions and 262 deletions
{ mkDerivation, QuickCheck, base, bytestring, containers, criterion
, extra, hashable, hspec, lib, quickcheck-instances
, unordered-containers
}:
mkDerivation {
pname = "Unique";
version = "0.4.7.9";
sha256 = "34e8247ef2769cae219ff05bed0c8269d680396c451c1d31aa6ad506abc5c191";
revision = "1";
editedCabalFile = "10s0npnfkh7naj49afmyrvnilikp6426fbhi49f97pxrgcmy4dvw";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers extra hashable unordered-containers
];
testHaskellDepends = [ base containers hspec QuickCheck ];
benchmarkHaskellDepends = [
base bytestring criterion hashable QuickCheck quickcheck-instances
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "It provides the functionality like unix \"uniq\" utility";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, X11, base, lib, libXft, utf8-string }:
mkDerivation {
pname = "X11-xft";
version = "0.3.4";
sha256 = "6200d2deabe9638bad4d1fed4399e3147254c2776a0fae71bf38ca423242a916";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base utf8-string X11 ];
libraryPkgconfigDepends = [ libXft ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Bindings to the Xft and some Xrender parts";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, data-default-class, lib, libX11
, libXScrnSaver, libXext, libXinerama, libXrandr, libXrender
}:
mkDerivation {
pname = "X11";
version = "1.10.3";
sha256 = "d84ad1b8f5cdb65a0de17f84d765ebbb7aeeab9608c3740804da28100616d242";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class ];
librarySystemDepends = [
libX11 libXext libXinerama libXrandr libXrender libXScrnSaver
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/xmonad/X11";
description = "A binding to the X11 graphics library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, abstract-deque, array, base, containers, lib
, random, test-framework, test-framework-hunit, time
}:
mkDerivation {
pname = "abstract-deque-tests";
version = "0.3";
sha256 = "5f17fb4cc26559f81c777f494622907e8927181175eaa172fb6adbf14b2feba5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
abstract-deque array base containers HUnit random test-framework
test-framework-hunit time
];
testHaskellDepends = [
abstract-deque array base containers HUnit random test-framework
test-framework-hunit time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
description = "A test-suite for any queue or double-ended queue satisfying an interface";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, lens, lib, linear, semigroupoids
, semigroups, vector
}:
mkDerivation {
pname = "active";
version = "0.2.1";
sha256 = "615758872a6d65546e27ddc0164822b56fd030ad00459c82c0492a3372e41394";
revision = "2";
editedCabalFile = "16gc6vksf5gn5v6m9zbiphb2bd2chbypk8iykn1y7ak3f8g30asn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base lens linear semigroupoids semigroups vector
];
testHaskellDepends = [ base linear QuickCheck semigroups ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Abstractions for animation";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, base-compat, ghc-prim
, haskell-src-meta, hspec, hspec-discover, lib, parsec, scientific
, template-haskell, text, vector
}:
mkDerivation {
pname = "aeson-qq";
version = "0.8.4";
sha256 = "d053eb1c4111dfde709eba87287ac78399faad6cee1fd6727833c3d605a6f336";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base base-compat haskell-src-meta parsec
scientific template-haskell text vector
];
testHaskellDepends = [
aeson attoparsec base base-compat ghc-prim haskell-src-meta hspec
parsec scientific template-haskell text vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/sol/aeson-qq#readme";
description = "JSON quasiquoter for Haskell";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, bytestring, lib, string-qq, tasty
, tasty-discover, tasty-hunit, text, unordered-containers, vector
, yaml
}:
mkDerivation {
pname = "aeson-yaml";
version = "1.1.0.1";
sha256 = "44b44e2ea2d3c7def8e9e90b48fb0054b7a72f2edee2da8545eeef0614a0a11b";
revision = "4";
editedCabalFile = "0yz6nml8lnd94iks9m0ma7x3sjs17djqh9h6krr52ikg69c4j2cy";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring text unordered-containers vector
];
testHaskellDepends = [
aeson base bytestring string-qq tasty tasty-hunit
unordered-containers yaml
];
testToolDepends = [ tasty-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/clovyr/aeson-yaml";
description = "Output any Aeson value as YAML (pure Haskell library)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, attoparsec
, base
, base-compat
, base-compat-batteries
, base-orphans
, base16-bytestring
, bytestring
, containers
, data-fix
, deepseq
, Diff
, directory
, dlist
, filepath
, generic-deriving
, generically
, ghc-prim
, hashable
, indexed-traversable
, integer-logarithms
, lib
, OneTuple
, primitive
, QuickCheck
, quickcheck-instances
, scientific
, semialign
, strict
, tagged
, tasty
, tasty-golden
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
, text-short
, th-abstraction
, these
, time
, time-compat
, unordered-containers
, uuid-types
, vector
, witherable
}:
mkDerivation {
pname = "aeson";
version = "2.1.0.0";
sha256 = "0a763ef5fa16da678e5a1ee8c394825b6723182a9a755709170edc08b8f73c94";
revision = "2";
editedCabalFile = "0yp12cmkj5sz25kxzn6g1fz2d6acbq5rvff5dg2wg5zkjwfkhzqj";
libraryHaskellDepends = [
attoparsec
base
base-compat-batteries
bytestring
containers
data-fix
deepseq
dlist
generically
ghc-prim
hashable
indexed-traversable
OneTuple
primitive
QuickCheck
scientific
semialign
strict
tagged
template-haskell
text
text-short
th-abstraction
these
time
time-compat
unordered-containers
uuid-types
vector
witherable
];
testHaskellDepends = [
attoparsec
base
base-compat
base-orphans
base16-bytestring
bytestring
containers
data-fix
Diff
directory
dlist
filepath
generic-deriving
generically
ghc-prim
hashable
indexed-traversable
integer-logarithms
OneTuple
primitive
QuickCheck
quickcheck-instances
scientific
strict
tagged
tasty
tasty-golden
tasty-hunit
tasty-quickcheck
template-haskell
text
text-short
these
time
time-compat
unordered-containers
uuid-types
vector
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Fast JSON parsing and encoding";
license = lib.licenses.bsd3;
}
{ mkDerivation, array, base, containers, directory, happy, lib
, process
}:
mkDerivation {
pname = "alex";
version = "3.5.1.0";
sha256 = "c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [ array base containers directory ];
executableToolDepends = [ happy ];
testHaskellDepends = [ base process ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/alex/";
description = "Alex is a tool for generating lexical analysers in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, alsa-lib, base, extensible-exceptions, lib }:
mkDerivation {
pname = "alsa-core";
version = "0.5.0.1";
sha256 = "eb50495ef05ecc7c06a0147da7f0d3efde832a44d23caaf5172dc114882270ab";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base extensible-exceptions ];
libraryPkgconfigDepends = [ alsa-lib ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/haskellwiki/ALSA";
description = "Binding to the ALSA Library API (Exceptions)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, alsa-core, alsa-lib, base, c2hs, lib, unix }:
mkDerivation {
pname = "alsa-mixer";
version = "0.3.0.1";
sha256 = "a75c2807f33ee9076d4fa15d236af910774e35d5fcd714d61ba63301adaebd2f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ alsa-core base unix ];
librarySystemDepends = [ alsa-lib ];
libraryToolDepends = [ c2hs ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ttuegel/alsa-mixer";
description = "Bindings to the ALSA simple mixer API";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, colour, lib }:
mkDerivation {
pname = "ansi-terminal";
version = "0.11.3";
sha256 = "f4d563ecf71fb1d304bcdcad478d97efd9f61f6d9d4797a5d56e7722a92a9e6b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base colour ];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/UnkindPartition/ansi-terminal";
description = "Simple ANSI terminal support, with Windows compatibility";
license = lib.licenses.bsd3;
}
{ mkDerivation, base, inspection-testing, lib, transformers }:
mkDerivation {
pname = "ap-normalize";
version = "0.1.0.1";
sha256 = "820613b12ce759c8c8a254c78a0e4c474b2cd4cfd08fc0c1d4d5584c58ff2288";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base inspection-testing transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Self-normalizing applicative expressions";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, array
, base
, containers
, criterion
, exceptions
, lib
, linear
, mtl
, QuickCheck
, template-haskell
{ mkDerivation, QuickCheck, array, base, containers, criterion
, exceptions, lib, linear, mtl, template-haskell, unliftio-core
, vector
}:
mkDerivation {
pname = "apecs";
version = "0.9.4";
sha256 = "7e134eea093551112539ab5727bb127b7a4a6906c96636024f8c0966a06b9740";
revision = "1";
editedCabalFile = "1n0sz1230fp65dv462ss15yma6g1dxxlamj7idgl3kg9gdwv70sn";
version = "0.9.6";
sha256 = "cdfc81fce9a167eea105dc03d10646df5150eb5b659092d8841599c90660f7b6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
containers
exceptions
mtl
template-haskell
array base containers exceptions mtl template-haskell unliftio-core
vector
];
testHaskellDepends = [ base containers linear QuickCheck vector ];
benchmarkHaskellDepends = [ base criterion linear ];
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jonascarpay/apecs#readme";
description = "Fast Entity-Component-System library for game programming";
license = lib.licenses.bsd3;
}
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bifunctors, lib, tagged }:
mkDerivation {
pname = "assoc";
version = "1.0.2";
sha256 = "d8988dc6e8718c7a3456515b769c9336aeeec730cf86fc5175247969ff8f144f";
revision = "3";
editedCabalFile = "0mrb12dx316q4gxyn68x2rl8jq0gd77zffd12r8j1r41l0xd9f4k";
libraryHaskellDepends = [ base bifunctors tagged ];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
description = "swap and assoc: Symmetric and Semigroupy Bifunctors";
license = lib.licenses.bsd3;
}
{ mkDerivation, async, base, containers, criterion, lib
, safe-exceptions, tasty, tasty-hunit, unliftio, unliftio-core
}:
mkDerivation {
pname = "async-timer";
version = "0.2.0.0";
sha256 = "0632bfc4c141aa47c461747b3edb59f76ef5523a66ac03be0f32868a5e04cee0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async base safe-exceptions unliftio unliftio-core
];
testHaskellDepends = [
async base containers criterion tasty tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mtesseract/async-timer#readme";
description = "Provides API for timer based execution of IO actions";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, hashable
, HUnit
, lib
, stm
, test-framework
, test-framework-hunit
}:
mkDerivation {
pname = "async";
version = "2.2.4";
sha256 = "484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725";
revision = "2";
editedCabalFile = "1j93w1krkadqijn59yjiws1366yhcn2mad1irqrk50in6l10k51b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base hashable stm ];
testHaskellDepends = [
base
HUnit
stm
test-framework
test-framework-hunit
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/simonmar/async";
description = "Run IO operations asynchronously and wait for their results";
license = lib.licenses.bsd3;
}
{ mkDerivation, attoparsec, base, bytestring, lib }:
mkDerivation {
pname = "attoparsec-binary";
version = "0.2";
sha256 = "05e6445b20b396c99275de3e37bf8bb18559a5666ad5136907857bf574e77a0b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ attoparsec base bytestring ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Binary processing extensions to Attoparsec";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, autodocodec, base, bytestring, lib
, servant-multipart, servant-multipart-api, text
, unordered-containers, vector
}:
mkDerivation {
pname = "autodocodec-servant-multipart";
version = "0.0.0.0";
sha256 = "fa0983ebc5d83ec0d510542adf4004011cb204aab0719428fc5bb70b8b4a5fdf";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson autodocodec base bytestring servant-multipart
servant-multipart-api text unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Autodocodec interpreters for Servant Multipart";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, autodocodec
, autodocodec-schema
, base
, bytestring
, containers
, lib
, path
, path-io
, safe-coloured-text
, scientific
, text
, unordered-containers
, vector
, yaml
}:
mkDerivation {
pname = "autodocodec-yaml";
version = "0.2.0.2";
sha256 = "3d5f811541866f95f44842227bc5d643e7dfa316f1b3075c22d9f3dc6fcd9698";
libraryHaskellDepends = [
autodocodec
autodocodec-schema
base
bytestring
containers
path
path-io
safe-coloured-text
scientific
text
unordered-containers
vector
yaml
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Autodocodec interpreters for yaml";
license = lib.licenses.mit;
}