mirror of
https://github.com/google/ormolu.git
synced 2024-11-23 22:27:16 +03:00
Fix ‘data-files’ field in the Cabal file
Apparently the situation here is quite broken because we need to list all sub-directories explicitly, here is a Cabal issue: https://github.com/haskell/cabal/issues/6043
This commit is contained in:
parent
0d558f1cb6
commit
759c2c6854
10
ormolu.cabal
10
ormolu.cabal
@ -13,7 +13,15 @@ build-type: Simple
|
||||
description: A formatter for Haskell source code.
|
||||
extra-doc-files: CHANGELOG.md
|
||||
, README.md
|
||||
data-files: data/examples/module-header/*.hs
|
||||
data-files: data/examples/declaration/data/*.hs
|
||||
, data/examples/declaration/data/gadt/*.hs
|
||||
, data/examples/declaration/type-families/closed-type-family/*.hs
|
||||
, data/examples/declaration/type-families/data-family/*.hs
|
||||
, data/examples/declaration/type-families/type-family/*.hs
|
||||
, data/examples/declaration/type-synonyms/*.hs
|
||||
, data/examples/import/*.hs
|
||||
, data/examples/module-header/*.hs
|
||||
, data/examples/other/*.hs
|
||||
, data/printer/*.hs
|
||||
|
||||
source-repository head
|
||||
|
Loading…
Reference in New Issue
Block a user