We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b098f commit e6141a2Copy full SHA for e6141a2
hops.cabal
@@ -1,5 +1,5 @@
1
Name: hops
2
-Version: 0.0.2
+Version: 0.1.0
3
Synopsis: Hackable Operations on Power Series
4
Homepage: http://github.com/akc/hops
5
License: BSD3
hops.hs
@@ -38,7 +38,7 @@ import HOPS.GF
38
import HOPS.GF.Series
39
import HOPS.GF.Transform
40
41
-nameVer = "hops 0.0.2" :: String
+nameVer = "hops 0.1.0" :: String
42
strpdURL = "https://oeis.org/stripped.gz" :: URL
43
44
type Prec = Int
hops.md
---
-title: HOPS(1) User Manual | Version 0.0.2
+title: HOPS(1) User Manual | Version 0.1.0
date: 6 Sep 2015
0 commit comments