Skip to content
Snippets Groups Projects
Commit bbaaa560 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Put Extra-Source-Files in the right place in the Cabal file

parent 0b90a20c
No related branches found
No related tags found
No related merge requests found
...@@ -9,13 +9,13 @@ Category: System ...@@ -9,13 +9,13 @@ Category: System
build-type: Simple build-type: Simple
Synopsis: Library for manipulating FilePath's in a cross platform way. Synopsis: Library for manipulating FilePath's in a cross platform way.
cabal-version: >=1.6 cabal-version: >=1.6
Extra-Source-Files: System/FilePath/Internal.hs
Library Library
Exposed-modules: Exposed-modules:
System.FilePath System.FilePath
System.FilePath.Posix System.FilePath.Posix
System.FilePath.Windows System.FilePath.Windows
Extra-Source-Files: System/FilePath/Internal.hs
Extensions: CPP Extensions: CPP
Build-Depends: base Build-Depends: base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment