@@ -177,10 +177,8 @@ libraryFieldGrammar
177177 , c (List CommaVCat (Identity ModuleReexport ) ModuleReexport )
178178 , c (List FSep (MQuoted Extension ) Extension )
179179 , c (List FSep (MQuoted Language ) Language )
180- , c (List FSep Token String )
181180 , c (List NoCommaFSep Token' String )
182181 , c (List VCat (MQuoted ModuleName ) ModuleName )
183- , c (List VCat (RelativePathNT Pkg File ) (RelativePath Pkg File ))
184182 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
185183 , c (List FSep (SymbolicPathNT Pkg (Dir Lib )) (SymbolicPath Pkg (Dir Lib )))
186184 , c (List FSep (SymbolicPathNT Pkg (Dir Source )) (SymbolicPath Pkg (Dir Source )))
@@ -233,7 +231,6 @@ foreignLibFieldGrammar
233231 , c (List FSep (Identity ForeignLibOption ) ForeignLibOption )
234232 , c (List FSep (MQuoted Extension ) Extension )
235233 , c (List FSep (MQuoted Language ) Language )
236- , c (List FSep Token String )
237234 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
238235 , c (List FSep (SymbolicPathNT Pkg (Dir Lib )) (SymbolicPath Pkg (Dir Lib )))
239236 , c (List FSep (SymbolicPathNT Pkg (Dir Source )) (SymbolicPath Pkg (Dir Source )))
@@ -277,7 +274,6 @@ executableFieldGrammar
277274 , c (List CommaVCat (Identity Mixin ) Mixin )
278275 , c (List FSep (MQuoted Extension ) Extension )
279276 , c (List FSep (MQuoted Language ) Language )
280- , c (List FSep Token String )
281277 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
282278 , c (List FSep (SymbolicPathNT Pkg (Dir Lib )) (SymbolicPath Pkg (Dir Lib )))
283279 , c (List FSep (SymbolicPathNT Pkg (Dir Source )) (SymbolicPath Pkg (Dir Source )))
@@ -355,7 +351,6 @@ testSuiteFieldGrammar
355351 , c (List CommaVCat (Identity Mixin ) Mixin )
356352 , c (List FSep (MQuoted Extension ) Extension )
357353 , c (List FSep (MQuoted Language ) Language )
358- , c (List FSep Token String )
359354 , c (List NoCommaFSep Token' String )
360355 , c (List VCat (MQuoted ModuleName ) ModuleName )
361356 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
@@ -504,7 +499,6 @@ benchmarkFieldGrammar
504499 , c (List CommaVCat (Identity Mixin ) Mixin )
505500 , c (List FSep (MQuoted Extension ) Extension )
506501 , c (List FSep (MQuoted Language ) Language )
507- , c (List FSep Token String )
508502 , c (List NoCommaFSep Token' String )
509503 , c (List VCat (MQuoted ModuleName ) ModuleName )
510504 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
@@ -611,7 +605,6 @@ buildInfoFieldGrammar
611605 , c (List CommaVCat (Identity Mixin ) Mixin )
612606 , c (List FSep (MQuoted Extension ) Extension )
613607 , c (List FSep (MQuoted Language ) Language )
614- , c (List FSep Token String )
615608 , c (List NoCommaFSep Token' String )
616609 , c (List VCat (MQuoted ModuleName ) ModuleName )
617610 , c (List FSep (SymbolicPathNT Pkg (Dir Framework )) (SymbolicPath Pkg (Dir Framework )))
@@ -812,7 +805,7 @@ flagFieldGrammar name =
812805-------------------------------------------------------------------------------
813806
814807sourceRepoFieldGrammar
815- :: (FieldGrammar c g , Applicative (g SourceRepo ), c (Identity RepoType ), c Token , c FilePathNT )
808+ :: (FieldGrammar c g , Applicative (g SourceRepo ), c (Identity RepoType ))
816809 => RepoKind
817810 -> g SourceRepo SourceRepo
818811sourceRepoFieldGrammar kind =
0 commit comments