Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions typerep-map.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ tested-with: GHC == 8.2.2
, GHC == 9.0.2
, GHC == 9.2.4
, GHC == 9.4.2
, GHC == 9.6.2

source-repository head
type: git
location: https://github.com/kowainik/typerep-map.git

common common-options
build-depends: base >= 4.10 && < 4.18
build-depends: base >= 4.10 && < 5

default-language: Haskell2010
default-extensions: BangPatterns
Expand Down Expand Up @@ -79,7 +80,7 @@ library
Data.TypeRepMap
Data.TypeRepMap.Internal

build-depends: ghc-prim >= 0.5.1.1 && < 0.10
build-depends: ghc-prim >= 0.5.1.1 && < 0.11
, primitive ^>= 0.7.0
, deepseq ^>= 1.4

Expand Down