haskell-sloane: update to version 1.9.1
This commit is contained in:
parent
c6d3075d69
commit
09ea413e17
@ -1,18 +1,18 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, ansiTerminal, filepath, HTTP, network, optparseApplicative
|
{ cabal, ansiTerminal, cereal, downloadCurl, filepath, HTTP
|
||||||
, terminalSize, text, time, zlib
|
, network, optparseApplicative, terminalSize, text, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "sloane";
|
pname = "sloane";
|
||||||
version = "1.8.2";
|
version = "1.9.1";
|
||||||
sha256 = "0kdznrvyrax1gihqxxw36jfbmjri808ii827fa71v2ijlm416hk1";
|
sha256 = "0scnvir7il8ldy3g846xmrdkk2rxnlsiyqak0jvcarf2qi251x5i";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal filepath HTTP network optparseApplicative terminalSize
|
ansiTerminal cereal downloadCurl filepath HTTP network
|
||||||
text time zlib
|
optparseApplicative terminalSize text zlib
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/man/man1
|
mkdir -p $out/share/man/man1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user