Skip to content

Commit

Permalink
Merge pull request #50 from haskell-hvr/ghc-9.10c
Browse files Browse the repository at this point in the history
Add GHC-9.10 to CI
  • Loading branch information
phadej authored May 12, 2024
2 parents 8f2b490 + b8408cd commit 8049f5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions text-short.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.18
name: text-short
version: 0.1.6
x-revision: 1
synopsis: Memory-efficient representation of Unicode text strings
license: BSD3
license-file: LICENSE
Expand All @@ -23,6 +24,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

extra-source-files: ChangeLog.md

Expand All @@ -43,13 +45,13 @@ library

other-modules: Data.Text.Short.Internal
build-depends:
base >=4.12 && <4.20
base >=4.12 && <4.21
, binary >=0.8.6.0 && <0.9
, bytestring >=0.10.8.2 && <0.13
, deepseq >=1.4.4.0 && <1.6
, ghc-prim >=0.5.3 && <0.12
, hashable >=1.4.4.0 && <1.5
, template-haskell >=2.14.0.0 && <2.22
, template-haskell >=2.14.0.0 && <2.23
, text >=1.2.3.1 && <1.3 || >=2.0 && <2.2

other-modules: PrimOps
Expand Down

0 comments on commit 8049f5c

Please sign in to comment.