]> Git — Sourcephile - gargantext.git/blob - nix/overlays/Cabal-syntax-3.10.1.0.nix
Merge branch 'adinapoli/improve-cabal' into dev
[gargantext.git] / nix / overlays / Cabal-syntax-3.10.1.0.nix
1 { mkDerivation, array, base, binary, bytestring, containers
2 , deepseq, directory, filepath, lib, mtl, parsec, pretty, text
3 , time, transformers, unix
4 }:
5 mkDerivation {
6 pname = "Cabal-syntax";
7 version = "3.10.1.0";
8 sha256 = "3b80092355327768a0de8298ac50ee906b7e82462e2ba14542730573b453f522";
9 libraryHaskellDepends = [
10 array base binary bytestring containers deepseq directory filepath
11 mtl parsec pretty text time transformers unix
12 ];
13 homepage = "http://www.haskell.org/cabal/";
14 description = "A library for working with .cabal files";
15 license = lib.licenses.bsd3;
16 doCheck = false;
17 doHaddock = false;
18 }