Skip to content
Snippets Groups Projects
Commit ead14c27 authored by Simon Hengel's avatar Simon Hengel Committed by tomjaguarpaw
Browse files

Remove `includes` from `.cabal`-file

This is useless at best, and a common source of confusion.

https://github.com/haskell/cabal/pull/10145
https://github.com/sol/hpack/issues/355
parent d74bba24
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,6 @@ library ...@@ -82,8 +82,6 @@ library
build-depends: unix >= 2.5 && < 2.9 build-depends: unix >= 2.5 && < 2.9
include-dirs: include include-dirs: include
includes:
runProcess.h
install-includes: install-includes:
runProcess.h runProcess.h
processFlags.h processFlags.h
......
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