diff options
author | Peter Trommler <ptrommler@acm.org> | 2022-01-23 19:07:34 +0100 |
---|---|---|
committer | Peter Trommler <ptrommler@acm.org> | 2022-02-06 10:58:18 +0100 |
commit | 886baa345f372a2a160cecb3c25c8b38ab0e17ea (patch) | |
tree | 422facb44ba2650e6ec4bf22c61ab870fa96cca4 | |
parent | 37d435d263832ffb2808dad0ccd50110c9f0c430 (diff) | |
download | haskell-886baa345f372a2a160cecb3c25c8b38ab0e17ea.tar.gz |
RTS: Fix cabal specification
In 35bea01b xxhash.c was removed. Remove the extra-source-files
stanza referring to it.
-rw-r--r-- | rts/rts.cabal.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 986d6bf6e0..49a10b478f 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -10,10 +10,6 @@ source-repository head location: https://gitlab.haskell.org/ghc/ghc.git subdir: rts -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 |