Skip to content

Commit 6732121

Browse files
committed
Bump version
1 parent 0577844 commit 6732121

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hops.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hops
2-
Version: 0.1.2
2+
Version: 0.1.3
33
Synopsis: Handy Operations on Power Series
44
Homepage: http://github.com/akc/hops
55
License: BSD3

hops.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import HOPS.GF
3838
import HOPS.GF.Series
3939
import HOPS.GF.Transform
4040

41-
nameVer = "hops 0.1.2" :: String
41+
nameVer = "hops 0.1.3" :: String
4242
strpdURL = "https://oeis.org/stripped.gz" :: URL
4343

4444
type Prec = Int

hops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: HOPS(1) User Manual | Version 0.1.2
2+
title: HOPS(1) User Manual | Version 0.1.3
33
date: 11 Oct 2015
44
---
55

static-build/mk-hops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cabal update
1414
cabal install --only-dependencies
1515
cabal build
1616

17-
ghc --make -threaded -O2 -with-rtsopts=-N -optl-static \
17+
ghc --make -threaded -O2 -with-rtsopts=-N -optl-static -fforce-recomp \
1818
-optP-include -optPdist/build/autogen/cabal_macros.h hops.hs
1919

2020
strip -s hops

0 commit comments

Comments
 (0)