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 94e9d09 commit 0577844Copy full SHA for 0577844
HOPS/Download.hs
@@ -18,7 +18,7 @@ import HOPS.OEIS (URL)
18
import System.Console.ANSI
19
import System.IO
20
21
-#if MIN_VERSION_http_conduit(2,1,5)
+#if MIN_VERSION_http_conduit(2,1,7)
22
23
import Control.Monad.Trans.Resource (runResourceT)
24
static-build/mk-hops.sh
@@ -12,6 +12,9 @@ fi
12
13
cabal update
14
cabal install --only-dependencies
15
+cabal build
16
+
17
+ghc --make -threaded -O2 -with-rtsopts=-N -optl-static \
+ -optP-include -optPdist/build/autogen/cabal_macros.h hops.hs
-ghc --make -threaded -O2 -with-rtsopts=-N -optl-static hops.hs
strip -s hops
0 commit comments