We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a670f commit 3073940Copy full SHA for 3073940
2 files changed
bomradar.cabal
@@ -54,30 +54,20 @@ executable bomradar
54
Haskell2010
55
56
hs-source-dirs:
57
- src
+ src-exe
58
59
main-is:
60
Main.hs
61
62
build-depends:
63
base >=4.8 && <4.13
64
- , containers
65
- , directory
66
- , filepath
+ , bomradar
67
, HTTP
68
- , lens >=4.15 && <4.18
69
- , mtl >=2.2 && <2.3
70
- , network-uri
71
- , process
72
- , semigroups
73
, transformers >=0.4.1 && <5.5
74
, exitcode
75
ghc-options:
76
-Wall
77
78
- other-modules:
79
- Data.Weather.BOM
80
-
81
test-suite tests
82
build-depends: QuickCheck >=2.9.2 && <2.13
83
, base >=4.8 && <4.13
src/Main.hs src-exe/Main.hssrc/Main.hs renamed to src-exe/Main.hs
0 commit comments