Fix Cabal complaint

--HG--
extra : convert_revision : a843333418d1426bd965be9d856fafe8f97fd0de
This commit is contained in:
Bryan O'Sullivan 2008-02-03 17:53:46 +00:00
parent 7fb193cb7d
commit 0026853457

View file

@ -10,6 +10,7 @@ Description: A Haskell library for working with files and directories.
Includes code for pattern matching, finding files, Includes code for pattern matching, finding files,
modifying file contents, and more. modifying file contents, and more.
Cabal-version: >= 1.2 Cabal-version: >= 1.2
Extra-Source-Files: README
Flag splitBase Flag splitBase
Description: Choose the new, split-up base package. Description: Choose the new, split-up base package.
@ -26,4 +27,3 @@ Library
System.FilePath.Glob, System.FilePath.Glob,
System.FilePath.GlobPattern, System.FilePath.GlobPattern,
System.FilePath.Manip System.FilePath.Manip
Extra-Source-Files: README