File tree 4 files changed +17
-33
lines changed
4 files changed +17
-33
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Breaking Changes
6
6
7
+ ### Other Changes
8
+
9
+
10
+ ## 1.8.0.0 (2022-12-22)
11
+
12
+ ### Breaking Changes
13
+
7
14
- Removed ` Polysemy.View `
8
15
- Removed ` Polysemy.Law `
9
16
- Removed ` (@) ` and ` (@@) ` from ` Polysemy `
22
29
### Other Changes
23
30
24
31
- Exposed ` send ` from ` Polysemy ` .
32
+ - Dramatically improved build performance of projects when compiling with ` -O2 ` .
33
+ - Removed the debug ` dump-core ` flag.
34
+
25
35
26
36
## 1.7.1.0 (2021-11-23)
27
37
Original file line number Diff line number Diff line change 1
1
name : polysemy
2
- version : 1.7.1 .0
2
+ version : 1.8.0 .0
3
3
github : " polysemy-research/polysemy"
4
4
license : BSD3
5
5
author : " Sandy Maguire"
6
-
7
- copyright : " 2019-2021 Sandy Maguire "
6
+ maintainer : " https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy "
7
+ copyright : " 2019-2023 The Polysemy Lounge "
8
8
build-type : Custom
9
9
10
10
extra-source-files :
58
58
- MonadFailDesugaring
59
59
- TypeInType
60
60
61
- flags :
62
- dump-core :
63
- description : Dump HTML for the core generated by GHC during compilation
64
- default : False
65
- manual : True
66
-
67
61
library :
68
62
ghc-options : -Wall
69
63
source-dirs : src
@@ -72,13 +66,6 @@ library:
72
66
- Paths_polysemy
73
67
74
68
when :
75
- - condition : flag(dump-core)
76
- dependencies :
77
- - dump-core
78
- ghc-options :
79
- - -fplugin=DumpCore
80
- - -fplugin-opt=DumpCore:core-html
81
-
82
69
- condition : impl(ghc < 8.2.2)
83
70
dependencies :
84
71
- unsupported-ghc-version > 1 && < 1
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.0
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.7 .
3
+ -- This file has been generated from package.yaml by hpack version 0.34.4 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : polysemy
8
- version : 1.7.1 .0
8
+ version : 1.8.0 .0
9
9
synopsis : Higher-order, low-boilerplate free monads.
10
10
description : Please see the README on GitHub at <https://github.com/polysemy-research/polysemy#readme>
11
11
category : Language
12
12
homepage : https://github.com/polysemy-research/polysemy#readme
13
13
bug-reports : https://github.com/polysemy-research/polysemy/issues
14
14
author : Sandy Maguire
15
-
16
- copyright : 2019-2021 Sandy Maguire
15
+ maintainer : https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy
16
+ copyright : 2019-2023 The Polysemy Lounge
17
17
license : BSD3
18
18
license-file : LICENSE
19
19
build-type : Custom
@@ -31,11 +31,6 @@ custom-setup
31
31
, base >= 4.9 && < 5
32
32
, cabal-doctest >= 1.0.6 && < 1.1
33
33
34
- flag dump-core
35
- description : Dump HTML for the core generated by GHC during compilation
36
- manual : True
37
- default : False
38
-
39
34
library
40
35
exposed-modules :
41
36
Polysemy
@@ -118,10 +113,6 @@ library
118
113
default-extensions :
119
114
MonadFailDesugaring
120
115
TypeInType
121
- if flag(dump-core)
122
- ghc-options : -fplugin=DumpCore -fplugin-opt=DumpCore :core-html
123
- build-depends :
124
- dump-core
125
116
if impl(ghc < 8.2.2 )
126
117
build-depends :
127
118
unsupported-ghc-version > 1 && < 1
@@ -151,7 +142,6 @@ test-suite polysemy-test
151
142
Paths_polysemy
152
143
Build_doctests
153
144
autogen-modules :
154
- Paths_polysemy
155
145
Build_doctests
156
146
hs-source-dirs :
157
147
test
Original file line number Diff line number Diff line change @@ -4,6 +4,3 @@ packages:
4
4
- .
5
5
- polysemy-plugin
6
6
7
- extra-deps :
8
- - dump-core-0.1.3.2 # used when the dump-core flag is toggled
9
- - monadLib-3.10 # used by the dump-core library when the dump-core flag is toggled
You can’t perform that action at this time.
0 commit comments