haskell-oeis: update to version 0.3.2
This commit is contained in:
parent
42c3918056
commit
88034ca819
@ -1,12 +1,13 @@
|
|||||||
{ cabal, HTTP, network }:
|
{ cabal, HTTP, HUnit, network, testFramework, testFrameworkHunit }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "oeis";
|
pname = "oeis";
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
sha256 = "0kxs25b1z0b807vhrn8v7chsdsw8civqiym8767fy2rk5si0i4w2";
|
sha256 = "1lp4mbsh98vnyfbnq9224n98hajv8q5prpzgbcw90bih0rbiw4w4";
|
||||||
buildDepends = [ HTTP network ];
|
buildDepends = [ HTTP network ];
|
||||||
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface to the Online Encyclopedia of Integer Sequences";
|
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user