Skip to content

Commit

Permalink
Remove executable components
Browse files Browse the repository at this point in the history
Because Stack requires building dependency executables, which fails
because of "GitHash.tGitInfoCwd".

Track: commercialhaskell/stack#2050
  • Loading branch information
runeksvendsen committed Sep 7, 2020
1 parent 3621dd8 commit e968e49
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 649 deletions.
60 changes: 2 additions & 58 deletions crypto-orderbook-db.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 07d4e0147b478e32f84f2ccdca823a64ba9817f3642e0e1a7a8673b697e91fb2
-- hash: 504982d2e2de9b5020b221621a62a67b32810d9f6619458ef6608c7b41917d85

name: crypto-orderbook-db
version: 0.1.0.0
Expand Down Expand Up @@ -58,62 +58,6 @@ library
, vector
default-language: Haskell2010

executable crypto-orderbook-db
main-is: Main.hs
other-modules:
Options
PqConnect
RetrySimple
Runner
Paths_crypto_orderbook_db
hs-source-dirs:
exe/app
default-extensions: TypeFamilies RecordWildCards
ghc-options: -Wall -fno-warn-name-shadowing
build-depends:
base
, beam-postgres
, bytestring
, crypto-orderbook-db
, crypto-venues
, errors
, githash
, http-client
, http-client-tls
, logging
, monad-parallel
, mtl
, optparse-applicative
, orderbook
, postgresql-transactional
, protolude
, random
, rate-limit
, retry
, safe-exceptions
, text
, time
, time-units
default-language: Haskell2010

executable crypto-orderbook-db-create-tables
main-is: Main.hs
other-modules:
Paths_crypto_orderbook_db
hs-source-dirs:
exe/create-tables
default-extensions: TypeFamilies
ghc-options: -Wall -fno-warn-name-shadowing
build-depends:
base
, beam-migrate
, beam-postgres
, bytestring
, crypto-orderbook-db
, logging
, optparse-applicative
default-language: Haskell2010

test-suite crypto-orderbook-db-test
type: exitcode-stdio-1.0
main-is: Spec.hs
Expand Down
4 changes: 0 additions & 4 deletions exe/app/Dockerfile

This file was deleted.

192 changes: 0 additions & 192 deletions exe/app/Main.hs

This file was deleted.

55 changes: 0 additions & 55 deletions exe/app/Options.hs

This file was deleted.

57 changes: 0 additions & 57 deletions exe/app/PqConnect.hs

This file was deleted.

Loading

0 comments on commit e968e49

Please sign in to comment.