Skip to content

Commit b756c6d

Browse files
committed
Export CompatFilePath and CompatLicenseFile
These two types need to be exported for users to be able to define their own FieldGrammar.
1 parent 519d2b4 commit b756c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cabal-syntax/src/Distribution/PackageDescription/FieldGrammar.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
module Distribution.PackageDescription.FieldGrammar (
77
-- * Package description
88
packageDescriptionFieldGrammar,
9+
CompatFilePath(..),
10+
CompatLicenseFile(..),
911
-- * Library
1012
libraryFieldGrammar,
1113
-- * Foreign library

0 commit comments

Comments
 (0)