Skip to content

Commit

Permalink
Support GHC 9.6 [large-generics]
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrsales committed May 20, 2024
1 parent 06d5425 commit b92fd4f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions large-generics/large-generics.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: large-generics
version: 0.2.1
version: 0.3.0
synopsis: Generic programming API for large-records and large-anon
description: The large-generics package offers a style of generic
programming inspired by generics-sop, but optimized for
Expand All @@ -13,7 +13,8 @@ author: Edsko de Vries
maintainer: [email protected]
category: Generics
extra-source-files: CHANGELOG.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 ||
==9.6.5

library
exposed-modules:
Expand Down Expand Up @@ -42,12 +43,12 @@ library
hs-source-dirs:
src
build-depends:
base >= 4.13 && < 4.18
, aeson >= 1.4.4 && < 2.2
base >= 4.13 && < 4.19
, aeson >= 1.4.4 && < 2.3
, deepseq >= 1.4.4 && < 1.5
, generics-sop >= 0.5 && < 0.6
, sop-core >= 0.5 && < 0.6
, primitive >= 0.8 && < 0.9
, primitive >= 0.8 && < 0.10

if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
Expand Down

0 comments on commit b92fd4f

Please sign in to comment.