File tree Expand file tree Collapse file tree 8 files changed +17
-27
lines changed Expand file tree Collapse file tree 8 files changed +17
-27
lines changed Original file line number Diff line number Diff line change 37
37
run : $NIXSHELL --run "cabal haddock"
38
38
39
39
stack-ghc9 :
40
- name : Build on GHC 9.0
40
+ name : Build on GHC 9.2
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
Original file line number Diff line number Diff line change 1
1
# Revision history for capability
2
2
3
+ ## 0.5.0.1 -- 2022-03-21
4
+
5
+ * Fix compatibility with GHC 9.2.
6
+ See [ Ghc 9.2.x migration guide] ( https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.2#undecidableinstances-no-longer-implies-flexiblecontexts-in-instance-declarations ) .
7
+
3
8
## 0.5.0.0 -- 2021-07-21
4
9
5
10
* Fix compatibility with GHC 9.0.
Original file line number Diff line number Diff line change 1
1
name : capability
2
- version : 0.5.0.0
2
+ version : 0.5.0.1
3
3
homepage : https://github.com/tweag/capability
4
4
license : BSD3
5
5
license-file : LICENSE.md
@@ -64,7 +64,7 @@ library
64
64
, dlist >= 0.8 && < 1.1
65
65
, exceptions >= 0.6 && < 0.11
66
66
, generic-lens >= 2.0 && < 2.3
67
- , lens >= 4.16 && < 5.1
67
+ , lens >= 4.16 && < 5.2
68
68
, monad-control >= 1.0 && < 1.1
69
69
, mtl >= 2.0 && < 3.0
70
70
, mutable-containers >= 0.3 && < 0.4
Original file line number Diff line number Diff line change 26
26
{-# LANGUAGE AllowAmbiguousTypes #-}
27
27
{-# LANGUAGE ConstraintKinds #-}
28
28
{-# LANGUAGE DerivingVia #-}
29
+ {-# LANGUAGE FlexibleContexts #-}
29
30
{-# LANGUAGE FlexibleInstances #-}
30
31
{-# LANGUAGE FunctionalDependencies #-}
31
32
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DerivingVia #-}
2
+ {-# LANGUAGE FlexibleContexts #-}
2
3
{-# LANGUAGE FlexibleInstances #-}
3
4
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
4
5
{-# LANGUAGE InstanceSigs #-}
Original file line number Diff line number Diff line change 20
20
{-# LANGUAGE ConstraintKinds #-}
21
21
{-# LANGUAGE DataKinds #-}
22
22
{-# LANGUAGE DerivingVia #-}
23
+ {-# LANGUAGE FlexibleContexts #-}
23
24
{-# LANGUAGE FlexibleInstances #-}
24
25
{-# LANGUAGE FunctionalDependencies #-}
25
26
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
Original file line number Diff line number Diff line change 1
- resolver : nightly-2021-07-04
1
+ resolver : nightly-2022-03-20
2
2
3
3
packages :
4
4
- .
5
-
6
- extra-deps :
7
- - generic-lens-core-2.2.0.0
8
- - generic-lens-2.2.0.0
Original file line number Diff line number Diff line change 3
3
# For more information, please see the documentation at:
4
4
# https://docs.haskellstack.org/en/stable/lock_files
5
5
6
- packages:
7
- - completed:
8
- hackage: generic-lens-core-2.2.0.0@sha256:b6b69e992f15fa80001de737f41f2123059011a1163d6c8941ce2e3ab44f8c03,2913
9
- pantry-tree:
10
- size: 2202
11
- sha256: 6918fb47f34ecf4246778b229911693b6e20fc2ce94ae8c89d69a89db4e72269
12
- original:
13
- hackage: generic-lens-core-2.2.0.0
14
- - completed:
15
- hackage: generic-lens-2.2.0.0@sha256:4008a39f464e377130346e46062e2ac1211f9d2e256bbb1857216e889c7196be,3867
16
- pantry-tree:
17
- size: 2470
18
- sha256: 93d7aae1de4cbbb2e3320b357cd744618cb17356989bd417d374aa73331e7370
19
- original:
20
- hackage: generic-lens-2.2.0.0
6
+ packages: []
21
7
snapshots:
22
8
- completed:
23
- size: 540164
24
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2021/7/4 .yaml
25
- sha256: 195e3e9394de03e724525e210f82e30c4488f7c8a09fc70850d75d8b79332993
26
- original: nightly-2021-07-04
9
+ size: 505396
10
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/3/20 .yaml
11
+ sha256: bc9df2f2f2a6bc8814a5f9976de39f8e37eaceee47f887bc72ebb2518e5d3473
12
+ original: nightly-2022-03-20
You can’t perform that action at this time.
0 commit comments