-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from ysangkok/janus/ghc-9.8
Allow GHC-9.8, upgrade tested-with, haskell-ci
- Loading branch information
Showing
11 changed files
with
69 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Utilities for indexed profunctors | ||
category: Data, Optics, Lenses, Profunctors | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ license: BSD-3-Clause | |
license-file: LICENSE | ||
build-type: Simple | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
maintainer: [email protected] | ||
synopsis: Generate optics documentation diagrams | ||
category: Optics, Examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Optics as an abstract interface: core definitions | ||
category: Data, Optics, Lenses | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Andrzej Rybczak | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Extra utilities and instances for optics-core | ||
category: Data, Optics, Lenses | ||
description: | ||
|
@@ -63,13 +63,13 @@ library | |
|
||
build-depends: base >= 4.10 && <5 | ||
, array >= 0.5.2.0 && <0.6 | ||
, bytestring >= 0.10.8 && <0.12 | ||
, bytestring >= 0.10.8 && <0.13 | ||
, containers >= 0.5.10.2 && <0.7 | ||
, hashable >= 1.1.1 && <1.5 | ||
, indexed-profunctors >= 0.1 && <0.2 | ||
, mtl >= 2.2.2 && <2.4 | ||
, optics-core >= 0.4.1 && <0.4.2 | ||
, text >= 1.2 && <1.3 || >=2.0 && <2.1 | ||
, text >= 1.2 && <1.3 || >=2.0 && <2.2 | ||
, transformers >= 0.5 && <0.7 | ||
, unordered-containers >= 0.2.6 && <0.3 | ||
, vector >= 0.11 && <0.14 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Adam Gundry, Andres Löh, Andrzej Rybczak | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Optics for generics-sop, and using generics-sop | ||
category: Data, Optics, Lenses, Generics | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Andrzej Rybczak | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Optics construction using TemplateHaskell | ||
category: Data, Optics, Lenses | ||
description: | ||
|
@@ -64,7 +64,7 @@ library | |
, containers >= 0.5.10.2 && <0.7 | ||
, mtl >= 2.2.2 && <2.4 | ||
, optics-core >= 0.4.1 && <0.5 | ||
, template-haskell >= 2.12 && <2.21 | ||
, template-haskell >= 2.12 && <2.22 | ||
, th-abstraction >= 0.4 && <0.7 | ||
, transformers >= 0.5 && <0.7 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Andrzej Rybczak | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Utilities for compatibility with van Laarhoven optics | ||
category: Data, Optics, Lenses | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-type: Simple | |
maintainer: [email protected] | ||
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Optics as an abstract interface | ||
category: Data, Optics, Lenses | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ maintainer: [email protected] | |
author: Andrzej Rybczak | ||
cabal-version: 1.18 | ||
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4 | ||
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1, GHCJS ==8.4 | ||
synopsis: Optics for template-haskell types | ||
category: Data, Optics, Lenses | ||
description: | ||
|
@@ -32,7 +32,7 @@ library | |
build-depends: base >= 4.10 && <5 | ||
, optics-core >= 0.4 && <0.5 | ||
, containers >= 0.5.10.2 && <0.7 | ||
, template-haskell >= 2.12 && <2.21 | ||
, th-abstraction >= 0.4 && <0.6 | ||
, template-haskell >= 2.12 && <2.22 | ||
, th-abstraction >= 0.4 && <0.7 | ||
|
||
exposed-modules: Language.Haskell.TH.Optics |