Merge branch 'update-cabal-build' of https://github.com/peti/git-annex
This commit is contained in:
commit
c32ab298b1
3 changed files with 7 additions and 5 deletions
|
@ -12,7 +12,7 @@ import Data.Maybe as X
|
||||||
import Data.List as X hiding (head, tail, init, last)
|
import Data.List as X hiding (head, tail, init, last)
|
||||||
import Data.String.Utils as X
|
import Data.String.Utils as X
|
||||||
|
|
||||||
import System.Path as X
|
import "MissingH" System.Path as X
|
||||||
import System.FilePath as X
|
import System.FilePath as X
|
||||||
import System.Directory as X
|
import System.Directory as X
|
||||||
import System.IO as X hiding (FilePath)
|
import System.IO as X hiding (FilePath)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{-# LANGUAGE PackageImports #-}
|
||||||
{- path manipulation
|
{- path manipulation
|
||||||
-
|
-
|
||||||
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
|
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
|
||||||
|
@ -8,7 +9,7 @@
|
||||||
module Utility.Path where
|
module Utility.Path where
|
||||||
|
|
||||||
import Data.String.Utils
|
import Data.String.Utils
|
||||||
import System.Path
|
import "MissingH" System.Path
|
||||||
import System.FilePath
|
import System.FilePath
|
||||||
import System.Directory
|
import System.Directory
|
||||||
import Data.List
|
import Data.List
|
||||||
|
|
|
@ -76,7 +76,7 @@ Executable git-annex
|
||||||
if flag(WebDAV)
|
if flag(WebDAV)
|
||||||
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
||||||
CPP-Options: -DWITH_WEBDAV
|
CPP-Options: -DWITH_WEBDAV
|
||||||
|
|
||||||
if flag(Assistant)
|
if flag(Assistant)
|
||||||
Build-Depends: async
|
Build-Depends: async
|
||||||
|
|
||||||
|
@ -127,12 +127,13 @@ Test-Suite test
|
||||||
old-locale, time, extensible-exceptions, dataenc, SHA,
|
old-locale, time, extensible-exceptions, dataenc, SHA,
|
||||||
process, json, base (>= 4.5 && < 4.7), monad-control,
|
process, json, base (>= 4.5 && < 4.7), monad-control,
|
||||||
transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1,
|
transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1,
|
||||||
bloomfilter, edit-distance, process, SafeSemaphore, Glob
|
bloomfilter, edit-distance, process, SafeSemaphore, Glob, random, uuid
|
||||||
Other-Modules: Utility.Touch
|
Other-Modules: Utility.Touch
|
||||||
Include-Dirs: Utility
|
Include-Dirs: Utility
|
||||||
C-Sources: Utility/libdiskfree.c
|
C-Sources: Utility/libdiskfree.c
|
||||||
Extensions: CPP
|
Extensions: CPP
|
||||||
GHC-Options: -threaded -DWITH_GLOB
|
GHC-Options: -threaded
|
||||||
|
CPP-Options: -DWITH_GLOB
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue