@@ -4,11 +4,11 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: f941332727b491b78a5ecc8465f43d3597766e4d3363a1d76d459e4a84515b5f
7
+ -- hash: ee9bceb3ed6e6ee053acc1dc9dde3033fed8e9f565a8c8bbdfa52f9be9c507aa
8
8
9
9
name : implicit-hie
10
10
version : 0.1.0.0
11
- description : Please see the README on GitHub at <https://github.com/Avi-D-coder/implicit- hie#readme>
11
+ description : Auto generate a stack or cabal multi component hie.yaml file
12
12
homepage : https://github.com/Avi-D-coder/implicit-hie#readme
13
13
bug-reports : https://github.com/Avi-D-coder/implicit-hie/issues
14
14
author : Avi Dessauer
@@ -33,21 +33,21 @@ library
33
33
Paths_implicit_hie
34
34
hs-source-dirs :
35
35
src
36
- ghc-options : -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
36
+ ghc-options : -O2 -flate-specialise -fexpose-all-unfoldings - fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
37
37
build-depends :
38
38
attoparsec
39
39
, base >= 4.7 && < 5
40
40
, text
41
41
, yaml
42
42
default-language : Haskell2010
43
43
44
- executable implicit -hie-exe
44
+ executable gen -hie
45
45
main-is : Main.hs
46
46
other-modules :
47
47
Paths_implicit_hie
48
48
hs-source-dirs :
49
49
app
50
- ghc-options : -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
50
+ ghc-options : -O2 -flate-specialise -fexpose-all-unfoldings - fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
51
51
build-depends :
52
52
attoparsec
53
53
, base >= 4.7 && < 5
@@ -65,7 +65,7 @@ test-suite implicit-hie-test
65
65
Paths_implicit_hie
66
66
hs-source-dirs :
67
67
test
68
- ghc-options : -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
68
+ ghc-options : -O2 -flate-specialise -fexpose-all-unfoldings - fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
69
69
build-depends :
70
70
attoparsec
71
71
, base >= 4.7 && < 5
0 commit comments