haskell-sloane: update to version 1.9.3

This version supports the latest optparse-applicative.
This commit is contained in:
Peter Simons 2014-10-04 23:04:11 +02:00
parent 48b1e3d72b
commit 8ee5bd585f
2 changed files with 4 additions and 6 deletions

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "sloane";
version = "1.9.1";
sha256 = "0scnvir7il8ldy3g846xmrdkk2rxnlsiyqak0jvcarf2qi251x5i";
version = "1.9.3";
sha256 = "0xl3dmi6czwfbi17742hqxf3d6sl9dci08qszrkdmasnvivakg78";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -23,6 +23,6 @@ cabal.mkDerivation (self: {
description = "A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.akc ];
maintainers = with self.stdenv.lib.maintainers; [ akc ];
};
})

View File

@ -3051,9 +3051,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
nc-indicators = callPackage ../applications/misc/nc-indicators {};
sloane = callPackage ../applications/science/math/sloane {
optparseApplicative = self.optparseApplicative_0_9_1_1;
};
sloane = callPackage ../applications/science/math/sloane {};
taffybar = callPackage ../applications/misc/taffybar {};