Skip to content

Commit 2cb4e43

Browse files
committed
Build statically linked binary multithreaded.
1 parent 38f81f6 commit 2cb4e43

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.0.1
2+
Version: 0.0.2
33
Synopsis: Hackable 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.0.1" :: String
41+
nameVer = "hops 0.0.2" :: 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.0.1
2+
title: HOPS(1) User Manual | Version 0.0.2
33
date: 6 Sep 2015
44
---
55

static-build/mk-hops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ else
1010
cd hops
1111
fi
1212

13-
ghc --make -O2 -optl-static hops.hs
13+
ghc --make -threaded -O2 -with-rtsopts=-N -optl-static hops.hs
1414
strip -s hops

0 commit comments

Comments
 (0)