Skip to content

Commit

Permalink
Support GHC-8.6.5...GHC-9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 16, 2024
1 parent 7b9951b commit 83a33ec
Show file tree
Hide file tree
Showing 37 changed files with 220 additions and 883 deletions.
215 changes: 68 additions & 147 deletions .github/workflows/haskell-ci.yml

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions cabal.deprecated.haskell-ci

This file was deleted.

11 changes: 0 additions & 11 deletions cabal.deprecated.project

This file was deleted.

3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ packages: monad-chronicle
packages: these-tests

tests: true

allow-newer: quickcheck-instances:base
allow-newer: quickcheck-instances:containers
5 changes: 0 additions & 5 deletions gen-haskell-ci.sh

This file was deleted.

8 changes: 6 additions & 2 deletions monad-chronicle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 1.0.2

- Support GHC-8.6.5...GHC-9.10.1

# 1.0.1

Support `transformers-0.6` and `mtl-2.3`
- Support `transformers-0.6` and `mtl-2.3`

# 1

Split out of `these` package.
- Split out of `these` package.
51 changes: 16 additions & 35 deletions monad-chronicle/monad-chronicle.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: >=1.10
name: monad-chronicle
version: 1.0.1
x-revision: 3
version: 1.0.2
synopsis: These as a transformer, ChronicleT
homepage: https://github.com/haskellari/these
license: BSD3
Expand All @@ -17,22 +16,15 @@ description:
transformer bells and whistles.

tested-with:
GHC ==7.4.2
|| ==7.6.3
|| ==7.8.4
|| ==7.10.3
|| ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.7
|| ==9.6.3
|| ==9.8.1
, GHCJS ==8.4
GHC ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

source-repository head
type: git
Expand All @@ -45,11 +37,7 @@ flag semigroupoids

library
default-language: Haskell2010
ghc-options: -Wall

if impl(ghc >=8.0)
ghc-options: -Wno-trustworthy-safe

ghc-options: -Wall -Wno-trustworthy-safe
hs-source-dirs: src
exposed-modules:
Control.Monad.Chronicle
Expand All @@ -58,23 +46,16 @@ library

-- ghc boot libs
build-depends:
base >=4.5.1.0 && <4.20
, mtl >=2.1.3 && <2.4
, transformers >=0.3.0.0 && <0.7
base >=4.12.0.0 && <4.21
, mtl >=2.2.2 && <2.4
, transformers >=0.5.6.2 && <0.7

build-depends: these >=1 && <1.3
build-depends: these >=1.2.1 && <1.3

-- other dependencies
build-depends:
data-default-class >=0.1.2.0 && <0.2
, transformers-compat >=0.6.5 && <0.8

if !impl(ghc >=8.0)
build-depends: semigroups >=0.18.5 && <0.21

-- Ensure Data.Functor.Classes is always available
if impl(ghc >=7.10)
build-depends: transformers >=0.4.2.0

if flag(semigroupoids)
build-depends: semigroupoids >=5.3.2 && <6.1
build-depends: semigroupoids >=6.0.1 && <6.1
13 changes: 0 additions & 13 deletions semialign-indexed/CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions semialign-indexed/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions semialign-indexed/cabal.project

This file was deleted.

53 changes: 0 additions & 53 deletions semialign-indexed/semialign-indexed.cabal

This file was deleted.

8 changes: 0 additions & 8 deletions semialign-optics/CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions semialign-optics/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions semialign-optics/cabal.project

This file was deleted.

41 changes: 0 additions & 41 deletions semialign-optics/semialign-optics.cabal

This file was deleted.

4 changes: 4 additions & 0 deletions semialign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.1

- Support GHC-8.6.5...GHC-9.10.1

# 1.3

- Depend on `bifunctor-classes-compat` instead of `bifunctors`
Expand Down
Loading

0 comments on commit 83a33ec

Please sign in to comment.