Skip to content

Commit 17297a8

Browse files
committed
remove generic-pretty-instances
1 parent 6f7c3c1 commit 17297a8

File tree

22 files changed

+109
-724
lines changed

22 files changed

+109
-724
lines changed

cabal.project

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ else
7070
pub/functora/src/*.cabal
7171
pub/vector-space/*.cabal
7272
pub/selective/*.cabal
73-
pub/universum/*.cabal
7473
pub/functora/*.cabal
7574
pub/xlsx/*.cabal
7675
pub/bfx/*.cabal
@@ -111,7 +110,6 @@ if os(wasi)
111110
pub/functora/src/*.cabal
112111
pub/vector-space/*.cabal
113112
pub/selective/*.cabal
114-
pub/universum/*.cabal
115113
pub/xlsx/*.cabal
116114
ghcjs/miso-widgets/*.cabal
117115
ghcjs/miso-functora/*.cabal
@@ -190,7 +188,6 @@ if arch(javascript)
190188
pub/functora/src/*.cabal
191189
pub/vector-space/*.cabal
192190
pub/selective/*.cabal
193-
pub/universum/*.cabal
194191
pub/miso/*.cabal
195192
ghcjs/*/*.cabal
196193
constraints:

prv

Submodule prv updated from 7032004 to 5c94f41

pub/bitfinex-client/bitfinex-client.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -111,7 +111,6 @@ library
111111
, cryptonite
112112
, envparse
113113
, extra
114-
, generic-pretty-instances
115114
, gnuplot
116115
, http-client
117116
, http-client-tls
@@ -251,7 +250,6 @@ test-suite bitfinex-client-test
251250
, cryptonite
252251
, envparse
253252
, extra
254-
, generic-pretty-instances
255253
, gnuplot
256254
, http-client
257255
, http-client-tls

pub/bitfinex-client/package.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ default-extensions:
5858
- TupleSections
5959

6060
when:
61-
- condition: impl(ghc >= 9)
62-
default-extensions:
63-
- NoCUSKs
64-
- StandaloneKindSignatures
61+
- condition: impl(ghc >= 9)
62+
default-extensions:
63+
- NoCUSKs
64+
- StandaloneKindSignatures
6565

6666
ghc-options:
6767
# For details on warnings: https://downloads.haskell.org/~ghc/master/users-guide/using-warnings.html
@@ -125,7 +125,6 @@ _deps: &deps
125125
- katip
126126
- pretty
127127
- GenericPretty
128-
- generic-pretty-instances
129128

130129
_ghcid: &ghcid
131130
when:

pub/dazzle/dazzle.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -78,7 +78,6 @@ library
7878
, containers
7979
, extra
8080
, fourmolu
81-
, generic-pretty-instances
8281
, ghc-lib-parser
8382
, microlens
8483
, process
@@ -150,7 +149,6 @@ executable dazzle-exe
150149
, containers
151150
, extra
152151
, fourmolu
153-
, generic-pretty-instances
154152
, ghc-lib-parser
155153
, microlens
156154
, process
@@ -230,7 +228,6 @@ test-suite dazzle-test
230228
, containers
231229
, extra
232230
, fourmolu
233-
, generic-pretty-instances
234231
, ghc-lib-parser
235232
, microlens
236233
, process

pub/dazzle/package.yaml

Lines changed: 102 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,144 @@
1-
name: dazzle
2-
version: 0.1.0.0
3-
github: "functora/functora.github.io"
4-
license: BSD3
5-
author: "21it <[email protected]>"
6-
maintainer: "21it <[email protected]>"
7-
copyright: "2023 Functora <[email protected]>"
8-
synopsis: Haskell to Gleam transpiler
9-
description: You can find documentation at
10-
homepage: https://github.com/functora/functora.github.io/tree/master/pub/dazzle
11-
category: Gleam, Erlang, Beam, Transpiler
1+
name: dazzle
2+
version: 0.1.0.0
3+
github: "functora/functora.github.io"
4+
license: BSD3
5+
author: "21it <[email protected]>"
6+
maintainer: "21it <[email protected]>"
7+
copyright: "2023 Functora <[email protected]>"
8+
synopsis: Haskell to Gleam transpiler
9+
description: You can find documentation at
10+
homepage: https://github.com/functora/functora.github.io/tree/master/pub/dazzle
11+
category: Gleam, Erlang, Beam, Transpiler
1212

1313
extra-source-files:
14-
- ChangeLog.md
15-
- README.md
14+
- ChangeLog.md
15+
- README.md
1616

1717
flags:
1818
ghcid:
1919
manual: true
2020
default: false
2121

2222
default-extensions:
23-
- NoImplicitPrelude
24-
- BangPatterns
25-
- MultiParamTypeClasses
26-
- LambdaCase
27-
- OverloadedStrings
28-
- ScopedTypeVariables
29-
- DeriveGeneric
30-
- GADTs
31-
- GeneralizedNewtypeDeriving
32-
- TupleSections
33-
- DataKinds
34-
- DerivingStrategies
35-
- KindSignatures
36-
- FlexibleContexts
37-
- FlexibleInstances
38-
- StrictData
39-
- TypeFamilies
40-
- TypeOperators
41-
- StandaloneDeriving
42-
- DeriveLift
43-
- DerivingVia
44-
- ExistentialQuantification
45-
- InstanceSigs
46-
- TypeApplications
47-
- AllowAmbiguousTypes
48-
- ConstraintKinds
49-
- DeriveFunctor
50-
- RankNTypes
51-
- FunctionalDependencies
52-
- DeriveDataTypeable
23+
- NoImplicitPrelude
24+
- BangPatterns
25+
- MultiParamTypeClasses
26+
- LambdaCase
27+
- OverloadedStrings
28+
- ScopedTypeVariables
29+
- DeriveGeneric
30+
- GADTs
31+
- GeneralizedNewtypeDeriving
32+
- TupleSections
33+
- DataKinds
34+
- DerivingStrategies
35+
- KindSignatures
36+
- FlexibleContexts
37+
- FlexibleInstances
38+
- StrictData
39+
- TypeFamilies
40+
- TypeOperators
41+
- StandaloneDeriving
42+
- DeriveLift
43+
- DerivingVia
44+
- ExistentialQuantification
45+
- InstanceSigs
46+
- TypeApplications
47+
- AllowAmbiguousTypes
48+
- ConstraintKinds
49+
- DeriveFunctor
50+
- RankNTypes
51+
- FunctionalDependencies
52+
- DeriveDataTypeable
5353

5454
ghc-options:
55-
# For details on warnings: https://downloads.haskell.org/~ghc/master/users-guide/using-warnings.html
56-
# Enable all warnings with -Weverything, then disable the ones we don’t care about
57-
- -Weverything
58-
- -Werror
59-
- -Wno-missing-exported-signatures # missing-exported-signatures turns off the more strict -Wmissing-signatures. See https://ghc.haskell.org/trac/ghc/ticket/14794#ticket
60-
- -Wno-missing-import-lists # Requires explicit imports of _every_ function (e.g. ‘$’); too strict
61-
- -Wno-missed-specialisations # When GHC can’t specialize a polymorphic function. No big deal and requires fixing underlying libraries to solve.
62-
- -Wno-all-missed-specialisations # See missed-specialisations
63-
- -Wno-unsafe # Don’t use Safe Haskell warnings
64-
- -Wno-safe # Don’t use Safe Haskell warnings
65-
- -Wno-missing-local-signatures # Warning for polymorphic local bindings; nothing wrong with those.
66-
- -Wno-missing-safe-haskell-mode
67-
- -Wno-prepositive-qualified-module
68-
- -Wno-missing-kind-signatures
69-
- -fenable-th-splice-warnings
70-
- -fprint-potential-instances
55+
# For details on warnings: https://downloads.haskell.org/~ghc/master/users-guide/using-warnings.html
56+
# Enable all warnings with -Weverything, then disable the ones we don’t care about
57+
- -Weverything
58+
- -Werror
59+
- -Wno-missing-exported-signatures # missing-exported-signatures turns off the more strict -Wmissing-signatures. See https://ghc.haskell.org/trac/ghc/ticket/14794#ticket
60+
- -Wno-missing-import-lists # Requires explicit imports of _every_ function (e.g. ‘$’); too strict
61+
- -Wno-missed-specialisations # When GHC can’t specialize a polymorphic function. No big deal and requires fixing underlying libraries to solve.
62+
- -Wno-all-missed-specialisations # See missed-specialisations
63+
- -Wno-unsafe # Don’t use Safe Haskell warnings
64+
- -Wno-safe # Don’t use Safe Haskell warnings
65+
- -Wno-missing-local-signatures # Warning for polymorphic local bindings; nothing wrong with those.
66+
- -Wno-missing-safe-haskell-mode
67+
- -Wno-prepositive-qualified-module
68+
- -Wno-missing-kind-signatures
69+
- -fenable-th-splice-warnings
70+
- -fprint-potential-instances
7171

7272
_deps: &deps
7373
dependencies:
74-
- base
75-
- containers
76-
- universum
77-
- witch
78-
- unliftio
79-
- microlens
80-
- extra
81-
- text
82-
- transformers
83-
- generic-pretty-instances
84-
- ghc-lib-parser
85-
- process
86-
- casing
87-
- fourmolu
88-
- unicode-show
89-
- with-utf8
90-
- syb
74+
- base
75+
- containers
76+
- universum
77+
- witch
78+
- unliftio
79+
- microlens
80+
- extra
81+
- text
82+
- transformers
83+
- ghc-lib-parser
84+
- process
85+
- casing
86+
- fourmolu
87+
- unicode-show
88+
- with-utf8
89+
- syb
9190

9291
_ghcid: &ghcid
9392
when:
94-
- condition: flag(ghcid)
95-
then:
96-
<<: *deps
97-
source-dirs:
98-
- src
99-
ghc-options:
100-
- -Wno-unused-packages
101-
else:
102-
dependencies:
103-
- dazzle
93+
- condition: flag(ghcid)
94+
then:
95+
<<: *deps
96+
source-dirs:
97+
- src
98+
ghc-options:
99+
- -Wno-unused-packages
100+
else:
101+
dependencies:
102+
- dazzle
104103

105104
_optimized: &optimized
106105
ghc-options:
107-
- -O2
108-
- -optc-O3
109-
- -funfolding-use-threshold=16
110-
- -threaded
111-
- -rtsopts
112-
- -with-rtsopts=-N
113-
- -with-rtsopts=-T
114-
- -optl-fuse-ld=gold
106+
- -O2
107+
- -optc-O3
108+
- -funfolding-use-threshold=16
109+
- -threaded
110+
- -rtsopts
111+
- -with-rtsopts=-N
112+
- -with-rtsopts=-T
113+
- -optl-fuse-ld=gold
115114
ld-options:
116-
- -fuse-ld=gold
115+
- -fuse-ld=gold
117116

118117
library:
119118
<<: *deps
120119
source-dirs:
121-
- src
120+
- src
122121
ghc-options:
123-
- -fwarn-tabs
122+
- -fwarn-tabs
124123

125124
executables:
126125
dazzle-exe:
127126
main: Main.hs
128127
dependencies:
129-
- base
128+
- base
130129
source-dirs:
131-
- app
130+
- app
132131
<<: *optimized
133132
<<: *ghcid
134133

135134
tests:
136135
dazzle-test:
137136
main: Spec.hs
138137
source-dirs:
139-
- test
138+
- test
140139
dependencies:
141-
- base
142-
- hspec
143-
- ghc-lib-parser
140+
- base
141+
- hspec
142+
- ghc-lib-parser
144143
<<: *optimized
145144
<<: *ghcid

pub/generic-pretty-instances/.ghcid

Lines changed: 0 additions & 4 deletions
This file was deleted.

pub/generic-pretty-instances/.ignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

pub/generic-pretty-instances/.vim/coc-settings.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

pub/generic-pretty-instances/ChangeLog.md

Whitespace-only changes.

0 commit comments

Comments
 (0)