haskell-oeis: update to version 0.3.4

This commit is contained in:
Peter Simons 2013-07-04 17:38:56 +02:00
parent e2874236d3
commit f0738b3c16

View File

@ -2,11 +2,10 @@
cabal.mkDerivation (self: {
pname = "oeis";
version = "0.3.3";
sha256 = "0a0h7wmyy11iqb121w4i6d8masd0xi77dnihickrhlblpbbwq0xn";
version = "0.3.4";
sha256 = "15xn7cybk43lk8wjd22l3zwvkyrmlixpfyrxsy3rnvh0vmn0r25d";
buildDepends = [ HTTP network ];
testDepends = [ HUnit testFramework testFrameworkHunit ];
doCheck = false;
meta = {
description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)";
license = self.stdenv.lib.licenses.bsd3;