Skip to content

Commit 7380431

Browse files
Update Cabal-syntax/src/Distribution/Parsec/Source.hs
Co-authored-by: Phil de Joux <philderbeast@gmail.com>
1 parent a0912c4 commit 7380431

File tree

1 file changed

+1
-1
lines changed
  • Cabal-syntax/src/Distribution/Parsec

1 file changed

+1
-1
lines changed

Cabal-syntax/src/Distribution/Parsec/Source.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data PSource src
1919
| PUnknownSource
2020
deriving (Ord, Show, Generic, Functor)
2121

22-
data CabalFileSource
22+
newtype CabalFileSource
2323
= PCabalFile (FilePath, BS.ByteString)
2424
deriving (Ord, Show, Generic)
2525

0 commit comments

Comments
 (0)