Skip to content

Commit 7313c56

Browse files
committed
Revert conditional extra-source-files.
1 parent 75149fa commit 7313c56

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

spectrometer.cabal

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,14 @@ build-type: Simple
1717
extra-source-files:
1818
scripts/*.gradle
1919
scripts/*.jar
20+
target/release/berkeleydb
21+
target/release/berkeleydb.exe
22+
target/release/millhone
23+
target/release/millhone.exe
2024
vendor-bins/index.gob.xz
2125
vendor-bins/lernie
2226
vendor-bins/themis-cli
2327

24-
-- The following if statements are important for cabal install,
25-
-- which tries to build a source distribution including the binaries.
26-
if os(windows)
27-
extra-source-files:
28-
target/release/berkeleydb.exe
29-
target/release/millhone.exe
30-
31-
if !os(windows)
32-
extra-source-files:
33-
target/release/berkeleydb
34-
target/release/millhone
35-
3628
common lang
3729
build-depends: base >=4.15 && <5
3830
default-language: Haskell2010

0 commit comments

Comments
 (0)