Skip to content

Commit

Permalink
let's try without the foreign-library trash..
Browse files Browse the repository at this point in the history
  • Loading branch information
pillowtrucker committed May 17, 2024
1 parent fb41d25 commit 631d4b0
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions hstherac25.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,22 @@ common windowsflags-lib
common windowsflags-exe
ghc-options: -Wall -O2 -threaded -with-rtsopts=-N
-- don't forget to set those in hs_init when loading
foreign-library hstherac25
type: native-shared
if os(windows)
import: windowsflags-lib
options: standalone
else
import: linuxflags
-- Directories containing source files.
hs-source-dirs: src-lib
-- Base language which the package is written in.
default-language: GHC2021
build-depends: base >=4.15.0.0,
containers >= 0.6.7,
lens >= 5.2.3,
random >= 1.2.1.1,
stm
exposed-modules: HsTherac25
--foreign-library hstherac25
-- type: native-shared
-- if os(windows)
-- import: windowsflags-lib
-- options: standalone
-- else
-- import: linuxflags
-- -- Directories containing source files.
-- hs-source-dirs: src-lib
-- -- Base language which the package is written in.
-- default-language: GHC2021
-- build-depends: base >=4.15.0.0,
-- containers >= 0.6.7,
-- lens >= 5.2.3,
-- random >= 1.2.1.1,
-- stm
-- other-modules: HsTherac25
library
-- Import common warning flags.
Expand Down

0 comments on commit 631d4b0

Please sign in to comment.