We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04576f6 commit fee6902Copy full SHA for fee6902
cabal.project
@@ -1,2 +1,23 @@
1
packages: .
2
+
3
tests: True
4
5
+package *
6
+ optimization: 2
7
+ ghc-options:
8
+ -fdicts-cheap
9
+ -fexpose-all-unfoldings
10
+ -flate-dmd-anal
11
+ -flate-specialise
12
+ -fspecialise-aggressively
13
14
+ documentation: True
15
+ haddock-hyperlink-source: True
16
+ haddock-quickjump: True
17
+ haddock-html-location: https://hackage.haskell.org/package/$pkg-$version/docs
18
19
+package aeson
20
+ flags: -ordered-keymap
21
22
+package vector
23
+ flags: -boundschecks
0 commit comments