Skip to content

Commit b90c03a

Browse files
committed
Apply cabal-gild
1 parent a79604e commit b90c03a

File tree

4 files changed

+257
-231
lines changed

4 files changed

+257
-231
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
cabal-version: 2.4
2-
name: extract-hackage-info
3-
version: 0.0.0.0
4-
maintainer: Thomas Bagrel <thomas.bagrel@tweag.io>
5-
author: Thomas Bagrel <thomas.bagrel@tweag.io>
2+
name: extract-hackage-info
3+
version: 0.0.0.0
4+
maintainer: Thomas Bagrel <thomas.bagrel@tweag.io>
5+
author: Thomas Bagrel <thomas.bagrel@tweag.io>
66

77
executable extract-hackage-info
8-
main-is: Main.hs
9-
hs-source-dirs: src
10-
other-modules: Hoogle
11-
default-language: GHC2021
12-
ghc-options: -O2 -Wall -rtsopts -Wunused-packages
13-
build-depends:
14-
Cabal-syntax >=3.12 && <3.13,
15-
aeson >=2.2 && <3,
16-
base >=4.12 && <5,
17-
binary >=0.8 && <0.9,
18-
bytestring >=0.10 && <0.13,
19-
containers >=0.6 && <0.8,
20-
directory >=1 && <2,
21-
filepath >=1.2 && <1.6,
22-
optparse-applicative >=0.14 && <0.19,
23-
ormolu,
24-
text >=2.1 && <3,
25-
formatting >=7.1 && <7.3,
26-
megaparsec >=9
8+
main-is: Main.hs
9+
hs-source-dirs: src
10+
other-modules: Hoogle
11+
default-language: GHC2021
12+
ghc-options:
13+
-O2
14+
-Wall
15+
-rtsopts
16+
-Wunused-packages
17+
18+
build-depends:
19+
Cabal-syntax >=3.12 && <3.13,
20+
aeson >=2.2 && <3,
21+
base >=4.12 && <5,
22+
binary >=0.8 && <0.9,
23+
bytestring >=0.10 && <0.13,
24+
containers >=0.6 && <0.8,
25+
directory >=1 && <2,
26+
filepath >=1.2 && <1.6,
27+
formatting >=7.1 && <7.3,
28+
megaparsec >=9,
29+
optparse-applicative >=0.14 && <0.19,
30+
ormolu,
31+
text >=2.1 && <3,

fixity-tests/dummy.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.4
2-
name: dummy
3-
version: 0.0.0.0
4-
license: BSD-3-Clause
1+
cabal-version: 2.4
2+
name: dummy
3+
version: 0.0.0.0
4+
license: BSD-3-Clause

ormolu-live/ormolu-live.cabal

+24-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
cabal-version: 3.0
2-
name: ormolu-live
3-
version: 0.0.0.0
4-
maintainer: Alexander Esgen <alexander.esgen@tweag.io>
5-
author: Alexander Esgen <alexander.esgen@tweag.io>
2+
name: ormolu-live
3+
version: 0.0.0.0
4+
maintainer: Alexander Esgen <alexander.esgen@tweag.io>
5+
author: Alexander Esgen <alexander.esgen@tweag.io>
66

77
executable ormolu-live
8-
main-is: Main.hs
9-
c-sources: cbits/init.c
10-
hs-source-dirs: app
11-
default-language: GHC2021
12-
ghc-options:
13-
-Wall -Wunused-packages -no-hs-main -optl-mexec-model=reactor
14-
"-optl-Wl,--export=malloc,--export=mallocPtr,--export=free,--export=formatRaw"
8+
main-is: Main.hs
9+
c-sources: cbits/init.c
10+
hs-source-dirs: app
11+
default-language: GHC2021
12+
ghc-options:
13+
-Wall
14+
-Wunused-packages
15+
-no-hs-main
16+
-optl-mexec-model=reactor
17+
"-optl-Wl,--export=malloc,--export=mallocPtr,--export=free,--export=formatRaw"
1518

16-
build-depends:
17-
base,
18-
ormolu,
19-
bytestring,
20-
text,
21-
containers,
22-
aeson,
23-
ghc-lib-parser,
24-
Cabal-syntax,
25-
deepseq
19+
build-depends:
20+
Cabal-syntax,
21+
aeson,
22+
base,
23+
bytestring,
24+
containers,
25+
deepseq,
26+
ghc-lib-parser,
27+
ormolu,
28+
text,

0 commit comments

Comments
 (0)