Skip to content

Commit

Permalink
Update for cabal 1.20. #46
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfowler committed Apr 22, 2014
1 parent 4534208 commit 21bb34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibClang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: LibClang
Cabal-version: >= 1.18
Cabal-version: >= 1.20
Version: 3.4.0
Author: Chetan Taralekar <chetant@gmail.com>
Maintainer: Chetan Taralekar <chetant@gmail.com>, Seth Fowler <mark.seth.fowler@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ libClangBuildHook pkg lbi usrHooks flags = do
]
libFile = getLibraryName bdir lbi'
removeFile libFile
createArLibArchive verbosity arProg libFile staticObjs
createArLibArchive verbosity lbi' libFile staticObjs

libClangCleanHook :: PackageDescription -> () -> UserHooks -> CleanFlags -> IO ()
libClangCleanHook pkg v hooks flags = do
Expand Down

0 comments on commit 21bb34a

Please sign in to comment.