mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-2185 use cabal instead of runhaskell in haskell library
Patch: John Chee
This commit is contained in:
parent
c0c889b9dd
commit
b2b4a5ca98
@ -26,18 +26,18 @@ EXTRA_DIST = \
|
||||
src
|
||||
|
||||
all-local:
|
||||
$(RUNHASKELL) Setup.lhs configure $(CABAL_CONFIGURE_FLAGS)
|
||||
$(RUNHASKELL) Setup.lhs build
|
||||
$(CABAL) configure $(CABAL_CONFIGURE_FLAGS)
|
||||
$(CABAL) build
|
||||
|
||||
install-exec-hook:
|
||||
$(RUNHASKELL) Setup.lhs install
|
||||
$(CABAL) install
|
||||
|
||||
# Make sure this doesn't fail if Haskell is not configured.
|
||||
clean-local:
|
||||
$(RUNHASKELL) Setup.lhs clean
|
||||
$(CABAL) clean
|
||||
|
||||
maintainer-clean-local:
|
||||
$(RUNHASKELL) Setup.lhs clean
|
||||
$(CABAL) clean
|
||||
|
||||
check-local:
|
||||
$(CABAL) check
|
||||
|
Loading…
Reference in New Issue
Block a user