File tree Expand file tree Collapse file tree 1 file changed +50
-7
lines changed Expand file tree Collapse file tree 1 file changed +50
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,7 @@ source-repository head
19
19
location : https://github.com/recursion-ninja/mono-traversable-keys
20
20
21
21
library
22
- exposed-modules :
23
- Data.MonoTraversable.Keys
24
- other-modules :
25
- Paths_mono_traversable_keys
26
- hs-source-dirs :
27
- src
22
+
28
23
build-depends :
29
24
array >= 0.3.0.2 && < 1.0 ,
30
25
base >= 4.5 && < 5.0 ,
@@ -46,4 +41,52 @@ library
46
41
vector-algorithms >= 0.6 && < 1.0 ,
47
42
vector-instances >= 3.4 && < 4.0
48
43
49
- default-language : Haskell2010
44
+ default-language :
45
+ Haskell2010
46
+
47
+ exposed-modules :
48
+ Data.MonoTraversable.Keys
49
+
50
+ ghc-options :
51
+ -- Optimization flags
52
+ -O2
53
+ -fexpose-all-unfoldings
54
+ -foptimal-applicative-do
55
+ -fspecialize-aggressively
56
+ -- Usability flags
57
+ -fdiagnostics-color=always
58
+ -fhide-source-paths
59
+ -j
60
+ -- Sanity check warnings
61
+ -Wall
62
+ -Wcompat
63
+ -Wdodgy-foreign-imports
64
+ -Wduplicate-exports
65
+ -Wempty-enumerations
66
+ -Widentities
67
+ -Wincomplete-patterns
68
+ -Wincomplete-record-updates
69
+ -Wincomplete-uni-patterns
70
+ -Wmissing-fields
71
+ -Wmissing-home-modules
72
+ -Wmissing-monadfail-instances
73
+ -Wmissing-signatures
74
+ -Wnoncanonical-monadfail-instances
75
+ -Wnoncanonical-monad-instances
76
+ -Wnoncanonical-monoid-instances
77
+ -Woverflowed-literals
78
+ -Woverlapping-patterns
79
+ -Wredundant-constraints
80
+ -Wsemigroup
81
+ -Wtabs
82
+ -Wunrecognised-warning-flags
83
+ -Wunused-binds
84
+ -Wunused-do-bind
85
+ -Wunused-foralls
86
+ -Wunused-imports
87
+ -Wunused-matches
88
+ -Wwrong-do-bind
89
+
90
+ hs-source-dirs :
91
+ src
92
+
You can’t perform that action at this time.
0 commit comments