File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Name : hops
2
- Version : 0.1.2
2
+ Version : 0.1.3
3
3
Synopsis : Handy Operations on Power Series
4
4
Homepage : http://github.com/akc/hops
5
5
License : BSD3
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import HOPS.GF
38
38
import HOPS.GF.Series
39
39
import HOPS.GF.Transform
40
40
41
- nameVer = " hops 0.1.2 " :: String
41
+ nameVer = " hops 0.1.3 " :: String
42
42
strpdURL = " https://oeis.org/stripped.gz" :: URL
43
43
44
44
type Prec = Int
Original file line number Diff line number Diff line change 1
1
---
2
- title : HOPS(1) User Manual | Version 0.1.2
2
+ title : HOPS(1) User Manual | Version 0.1.3
3
3
date : 11 Oct 2015
4
4
---
5
5
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cabal update
14
14
cabal install --only-dependencies
15
15
cabal build
16
16
17
- ghc --make -threaded -O2 -with-rtsopts=-N -optl-static \
17
+ ghc --make -threaded -O2 -with-rtsopts=-N -optl-static -fforce-recomp \
18
18
-optP-include -optPdist/build/autogen/cabal_macros.h hops.hs
19
19
20
20
strip -s hops
You can’t perform that action at this time.
0 commit comments