[cabal] data-files fix

parent 91f80083
Pipeline #6748 passed with stages
in 8 minutes and 32 seconds
...@@ -54,6 +54,9 @@ extra-doc-files: CHANGELOG.md ...@@ -54,6 +54,9 @@ extra-doc-files: CHANGELOG.md
-- Extra source files to be distributed with the package, such as examples, or a tutorial module. -- Extra source files to be distributed with the package, such as examples, or a tutorial module.
-- extra-source-files: -- extra-source-files:
data-files:
sql/pgmq.sql
common warnings common warnings
ghc-options: -Wall ghc-options: -Wall
...@@ -100,9 +103,6 @@ library ...@@ -100,9 +103,6 @@ library
OverloadedStrings OverloadedStrings
RecordWildCards RecordWildCards
data-files:
sql/pgmq.sql
executable simple-exception-catch executable simple-exception-catch
-- Import common warning flags. -- Import common warning flags.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment