summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-12-29 22:20:21 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-12-29 22:20:21 +0100
commitfe698151f120590baf5828a1f487da1e95cb1196 (patch)
treeae6aa45dee2860b4a3936b8e7f6771d262fd2fa1
parente456de99786ff2ef7ffb78dbbcc7cda26df11f0e (diff)
downloadstylish-haskell-fe698151f120590baf5828a1f487da1e95cb1196.tar.gz
Fix missing Extra-source-file
-rw-r--r--stylish-haskell.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index f43a665..2265ba7 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -20,7 +20,8 @@ Description:
Extra-source-files:
CHANGELOG,
- README.markdown
+ README.markdown,
+ data/stylish-haskell.yaml
Library
Hs-source-dirs: lib