Skip to content

Commit

Permalink
catch up in .cabal.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 30, 2010
1 parent d4f2978 commit 7d903b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions easy-file.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ Cabal-Version: >= 1.6
Build-Type: Simple
library
if impl(ghc >= 6.12)
GHC-Options: -Wall -O2 -fno-warn-unused-do-bind
GHC-Options: -Wall -fno-warn-unused-do-bind
else
GHC-Options: -Wall -O2
GHC-Options: -Wall
Exposed-Modules: System.EasyFile
if os(windows)
Other-Modules: System.EasyFile.Win32
else
Other-Modules: System.EasyFile.Posix
Other-Modules: System.EasyFile.FilePath
System.EasyFile.Directory
System.EasyFile.Missing
Build-Depends: base >= 4 && < 5
if os(windows)
Build-Depends: Win32, time, directory, filepath
Expand Down

0 comments on commit 7d903b7

Please sign in to comment.