Skip to content

Commit 3073940

Browse files
committed
Separate main exe
1 parent 29a670f commit 3073940

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

bomradar.cabal

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,20 @@ executable bomradar
5454
Haskell2010
5555

5656
hs-source-dirs:
57-
src
57+
src-exe
5858

5959
main-is:
6060
Main.hs
6161

6262
build-depends:
6363
base >=4.8 && <4.13
64-
, containers
65-
, directory
66-
, filepath
64+
, bomradar
6765
, HTTP
68-
, lens >=4.15 && <4.18
69-
, mtl >=2.2 && <2.3
70-
, network-uri
71-
, process
72-
, semigroups
7366
, transformers >=0.4.1 && <5.5
7467
, exitcode
7568
ghc-options:
7669
-Wall
7770

78-
other-modules:
79-
Data.Weather.BOM
80-
8171
test-suite tests
8272
build-depends: QuickCheck >=2.9.2 && <2.13
8373
, base >=4.8 && <4.13
File renamed without changes.

0 commit comments

Comments
 (0)