Skip to content

Commit 55a0bb0

Browse files
committed
Cabal-fmt
1 parent 78b6224 commit 55a0bb0

File tree

1 file changed

+71
-60
lines changed

1 file changed

+71
-60
lines changed

implicit-hie.cabal

Lines changed: 71 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,105 @@
1-
cabal-version: 2.0
1+
cabal-version: 2.0
22

33
-- This file has been generated from package.yaml by hpack version 0.33.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
77
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
88

9-
name: implicit-hie
10-
version: 0.1.2.0
11-
description: Auto generate a stack or cabal multi component hie.yaml file
12-
category: Development, Tools, Hie, HLS
13-
synopsis: Auto generate hie-bios cradles & hie.yaml
14-
homepage: https://github.com/Avi-D-coder/implicit-hie#readme
15-
bug-reports: https://github.com/Avi-D-coder/implicit-hie/issues
16-
author: Avi Dessauer
17-
maintainer: avi.the.coder@gmail.com
18-
copyright: 2020
19-
license: BSD3
20-
license-file: LICENSE
21-
tested-with: GHC==8.8.3
22-
build-type: Simple
9+
name: implicit-hie
10+
version: 0.1.2.0
11+
description:
12+
Auto generate a stack or cabal multi component hie.yaml file
13+
14+
category: Development, Tools, Hie, HLS
15+
synopsis: Auto generate hie-bios cradles & hie.yaml
16+
homepage: https://github.com/Avi-D-coder/implicit-hie#readme
17+
bug-reports: https://github.com/Avi-D-coder/implicit-hie/issues
18+
author: Avi Dessauer
19+
maintainer: avi.the.coder@gmail.com
20+
copyright: 2020
21+
license: BSD3
22+
license-file: LICENSE
23+
tested-with: GHC ==8.8.3
24+
build-type: Simple
2325
extra-source-files:
24-
README.md
25-
ChangeLog.md
26-
test/benchSection
27-
test/cabal.project
28-
test/hie.yaml.cbl
29-
test/stackHie.yaml
30-
test/haskell-language-server-cabal
26+
ChangeLog.md
27+
README.md
28+
test/benchSection
29+
test/cabal.project
30+
test/haskell-language-server-cabal
31+
test/hie.yaml.cbl
32+
test/stackHie.yaml
3133

3234
source-repository head
33-
type: git
35+
type: git
3436
location: https://github.com/Avi-D-coder/implicit-hie
3537

3638
library
3739
exposed-modules:
38-
Hie.Cabal.Parser
39-
Hie.Locate
40-
Hie.Yaml
41-
other-modules:
42-
Paths_implicit_hie
43-
autogen-modules:
44-
Paths_implicit_hie
45-
hs-source-dirs:
46-
src
47-
ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
40+
Hie.Cabal.Parser
41+
Hie.Locate
42+
Hie.Yaml
43+
44+
other-modules: Paths_implicit_hie
45+
autogen-modules: Paths_implicit_hie
46+
hs-source-dirs: src
47+
ghc-options:
48+
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
49+
-fno-warn-unused-imports -fno-warn-unused-binds
50+
-fno-warn-name-shadowing -fwarn-redundant-constraints
51+
4852
build-depends:
49-
attoparsec >= 0.13
50-
, base >=4.7 && <5
51-
, directory >= 1.3
52-
, filepath >= 1.4
53-
, filepattern >= 0.1
54-
, text >= 1.2
55-
, transformers >= 0.5
56-
, yaml >= 0.5
53+
attoparsec >=0.13
54+
, base >=4.7 && <5
55+
, directory >=1.3
56+
, filepath >=1.4
57+
, filepattern >=0.1
58+
, text >=1.2
59+
, transformers >=0.5
60+
, yaml >=0.5
61+
5762
default-language: Haskell2010
5863

5964
executable gen-hie
60-
main-is: Main.hs
61-
other-modules:
62-
Paths_implicit_hie
63-
autogen-modules:
64-
Paths_implicit_hie
65-
hs-source-dirs:
66-
app
67-
ghc-options: -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
65+
main-is: Main.hs
66+
other-modules: Paths_implicit_hie
67+
autogen-modules: Paths_implicit_hie
68+
hs-source-dirs: app
69+
ghc-options:
70+
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
71+
-fno-warn-unused-imports -fno-warn-unused-binds
72+
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
73+
-rtsopts -with-rtsopts=-N
74+
6875
build-depends:
6976
attoparsec
70-
, base >=4.7 && <5
77+
, base >=4.7 && <5
7178
, directory
7279
, filepath
7380
, filepattern
7481
, implicit-hie
7582
, text
7683
, transformers
7784
, yaml
85+
7886
default-language: Haskell2010
7987

8088
test-suite implicit-hie-test
81-
type: exitcode-stdio-1.0
82-
main-is: Spec.hs
83-
other-modules:
84-
Paths_implicit_hie
85-
autogen-modules:
86-
Paths_implicit_hie
87-
hs-source-dirs:
88-
test
89-
ghc-options: -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
89+
type: exitcode-stdio-1.0
90+
main-is: Spec.hs
91+
other-modules: Paths_implicit_hie
92+
autogen-modules: Paths_implicit_hie
93+
hs-source-dirs: test
94+
ghc-options:
95+
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
96+
-fno-warn-unused-imports -fno-warn-unused-binds
97+
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
98+
-rtsopts -with-rtsopts=-N
99+
90100
build-depends:
91101
attoparsec
92-
, base >=4.7 && <5
102+
, base >=4.7 && <5
93103
, directory
94104
, filepath
95105
, filepattern
@@ -99,4 +109,5 @@ test-suite implicit-hie-test
99109
, text
100110
, transformers
101111
, yaml
112+
102113
default-language: Haskell2010

0 commit comments

Comments
 (0)