From fc2f4d018f671f4fce3648ff7c132549a9539f4f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 10 Sep 2019 18:53:46 -0700 Subject: [PATCH] ;remove more traces of hledger-api [ci skip] --- .appveyor.yml | 2 -- .travis.yml | 5 ----- stack.yaml | 2 -- 3 files changed, 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d4e496084..2adfef17a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -71,7 +71,6 @@ install: # --bench failed on windows, not tried recently # hledger-ui's vty dep isn't available on windows -# hledger-api not tried recently build_script: - stack build --test --copy-bins --local-bin-path=. hledger hledger-web @@ -119,7 +118,6 @@ branches: # #- cmd: for /f %%i in (".\hledger --version") do set HLEDGER_VERSION=%%i #- cmd: for /f %%i in (".\hledger-web --version") do set HLEDGER_WEB_VERSION=%%i -#- cmd: for /f %%i in (".\hledger-api --version") do set HLEDGER_API_VERSION=%%i # #deploy: # - provider: GitHub diff --git a/.travis.yml b/.travis.yml index 7d566e47f..296c5dc1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,6 @@ cache: - hledger/.stack-work/ - hledger-ui/.stack-work/ - hledger-web/.stack-work/ - - hledger-api/.stack-work/ # - shelltestrunner/ # addons: @@ -113,7 +112,6 @@ install: # command output is hidden as they complete # TODO does this build hledger-lib & hledger, then rebuild them later with -Werror ? # - stack build cryptohash # - stack build --only-dependencies hledger-web # --test - # - stack build --only-dependencies hledger-api # --test # addon dependencies #- stack build Chart Chart-diagrams colour Diff @@ -135,8 +133,6 @@ script: # command output is not hidden - stack build --ghc-options=-Werror hledger-ui - stack build --ghc-options=-Werror hledger-web -# XXX skip this to stay within time limit -# - stack build --ghc-options=-Werror hledger-api # run the built-in hunit tests. This doesn't run the doctests, # but doesn't require rebuilding and is fast @@ -150,7 +146,6 @@ script: # command output is not hidden #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-web - #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-api # build hledger addons, ensuring no warnings #- stack build Diff diff --git a/stack.yaml b/stack.yaml index e270eacd6..1a74aa7ce 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,7 +8,6 @@ packages: - hledger - hledger-ui - hledger-web -#- hledger-api nix: pure: false @@ -24,7 +23,6 @@ extra-deps: # for hledger: # for hledger-ui: # for hledger-web: -# for hledger-api: # Workaround for https://github.com/commercialhaskell/stack/issues/3922 # Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ?