Skip to content

Commit

Permalink
Specify all C sources in cabal file
Browse files Browse the repository at this point in the history
This is needed for cabal's install subcommand
  • Loading branch information
neilmayhew committed Feb 21, 2023
1 parent a325492 commit 61cf76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tides.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ library
filepath >=1.3.0.1 && <1.5
c-sources:
TCDAux.c
TCDAux.h
extra-libraries:
tcd
default-language: Haskell2010
Expand Down

0 comments on commit 61cf76b

Please sign in to comment.