Small .cabal cleanup
This commit is contained in:
parent
3e6d93182a
commit
672875f48f
@ -9,7 +9,7 @@ maintainer: Julian Ospald <hasufell@posteo.de>
|
|||||||
copyright: Julian Ospald 2016
|
copyright: Julian Ospald 2016
|
||||||
category: Filesystem
|
category: Filesystem
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.14
|
cabal-version: 1.14
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
cbits/dirutils.h
|
cbits/dirutils.h
|
||||||
@ -75,14 +75,15 @@ test-suite spec
|
|||||||
Hs-Source-Dirs: test
|
Hs-Source-Dirs: test
|
||||||
Main-Is: Main.hs
|
Main-Is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
HPath.IO.AppendFileSpec
|
||||||
HPath.IO.CanonicalizePathSpec
|
HPath.IO.CanonicalizePathSpec
|
||||||
HPath.IO.CopyDirRecursiveCollectFailuresSpec
|
HPath.IO.CopyDirRecursiveCollectFailuresSpec
|
||||||
HPath.IO.CopyDirRecursiveOverwriteSpec
|
HPath.IO.CopyDirRecursiveOverwriteSpec
|
||||||
HPath.IO.CopyDirRecursiveSpec
|
HPath.IO.CopyDirRecursiveSpec
|
||||||
HPath.IO.CopyFileOverwriteSpec
|
HPath.IO.CopyFileOverwriteSpec
|
||||||
HPath.IO.CopyFileSpec
|
HPath.IO.CopyFileSpec
|
||||||
HPath.IO.CreateDirSpec
|
|
||||||
HPath.IO.CreateDirRecursiveSpec
|
HPath.IO.CreateDirRecursiveSpec
|
||||||
|
HPath.IO.CreateDirSpec
|
||||||
HPath.IO.CreateRegularFileSpec
|
HPath.IO.CreateRegularFileSpec
|
||||||
HPath.IO.CreateSymlinkSpec
|
HPath.IO.CreateSymlinkSpec
|
||||||
HPath.IO.DeleteDirRecursiveSpec
|
HPath.IO.DeleteDirRecursiveSpec
|
||||||
@ -92,9 +93,13 @@ test-suite spec
|
|||||||
HPath.IO.GetFileTypeSpec
|
HPath.IO.GetFileTypeSpec
|
||||||
HPath.IO.MoveFileOverwriteSpec
|
HPath.IO.MoveFileOverwriteSpec
|
||||||
HPath.IO.MoveFileSpec
|
HPath.IO.MoveFileSpec
|
||||||
|
HPath.IO.ReadFileEOFSpec
|
||||||
|
HPath.IO.ReadFileSpec
|
||||||
HPath.IO.RecreateSymlinkOverwriteSpec
|
HPath.IO.RecreateSymlinkOverwriteSpec
|
||||||
HPath.IO.RecreateSymlinkSpec
|
HPath.IO.RecreateSymlinkSpec
|
||||||
HPath.IO.RenameFileSpec
|
HPath.IO.RenameFileSpec
|
||||||
|
HPath.IO.ToAbsSpec
|
||||||
|
HPath.IO.WriteFileSpec
|
||||||
Spec
|
Spec
|
||||||
Utils
|
Utils
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall
|
||||||
|
Loading…
Reference in New Issue
Block a user