Skip to content
Snippets Groups Projects
Commit bffd4074 authored by John Ericson's avatar John Ericson Committed by Marge Bot
Browse files

rts.cabal.in: Move `extra-source-files` so it is valid

parent c2f6cbef
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@ version: 1.0.2
license: BSD-3-Clause
maintainer: glasgow-haskell-users@haskell.org
build-type: Simple
extra-source-files:
-- This file needs to be in the package but shouldn't be compiled on its own.
xxhash.c
flag libm
default: @CabalHaveLibm@
flag librt
......@@ -571,10 +576,6 @@ library
-- I wish we had wildcards..., this would be:
-- *.c hooks/**/*.c sm/**/*.c eventlog/**/*.c linker/**/*.c
extra-source-files:
-- This file needs to be in the package but shouldn't be compiled on its own.
xxhash.c
if os(windows)
c-sources: win32/AsyncMIO.c
win32/AsyncWinIO.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment