File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,14 @@ executable cryptol-server
208
208
main-is : Main.hs
209
209
hs-source-dirs : cryptol-server
210
210
other-modules : Cryptol.Aeson
211
- build-depends : aeson >= 0.9
211
+ default-language : Haskell2010
212
+ default-extensions : OverloadedStrings
213
+ GHC-options : -Wall -O2
214
+ ghc-prof-options : -auto-all -prof -rtsopts
215
+ if os(linux) && flag(static)
216
+ ld-options : -static -pthread
217
+ if flag(server)
218
+ build-depends : aeson >= 0.9
212
219
, aeson-pretty >= 0.7
213
220
, base
214
221
, bytestring >= 0.10
@@ -219,13 +226,5 @@ executable cryptol-server
219
226
, transformers
220
227
, unordered-containers >= 0.2
221
228
, zeromq4-haskell >= 0.6
222
- default-language : Haskell2010
223
- default-extensions : OverloadedStrings
224
- GHC-options : -Wall -O2
225
- ghc-prof-options : -auto-all -prof -rtsopts
226
- if os(linux) && flag(static)
227
- ld-options : -static -pthread
228
- if flag(server)
229
- buildable : True
230
229
else
231
230
buildable : False
You can’t perform that action at this time.
0 commit comments