Skip to content

Commit

Permalink
Updated repa-convert to build with recent versions of GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 11, 2025
1 parent 6a8b062 commit b5b5cff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
3 changes: 1 addition & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ packages: repa/repa.cabal

repa-scalar/repa-scalar.cabal
repa-eval/repa-eval.cabal
repa-convert/repa-convert.cabal
-- Packages below are ignored until they can be updated
-- to support newer GHCs
-- repa-convert/repa-convert.cabal
-- repa-eval/repa-eval.cabal

-- repa-stream/repa-stream.cabal

Expand Down
19 changes: 10 additions & 9 deletions repa-convert/repa-convert.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cabal-Version: 1.18
Name: repa-convert
Version: 4.2.3.3
Version: 4.2.4.0
License: BSD3
License-file: LICENSE
Author: The Repa Development Team
Maintainer: Ben Lippmeier <[email protected]>
Build-Type: Simple
Cabal-Version: >=1.6
Stability: experimental
Category: Data Structures
Homepage: http://repa.ouroborus.net
Expand All @@ -18,14 +18,15 @@ source-repository head
location: https://github.com/DDCSF/repa.git

Library
default-language: Haskell2010
build-Depends:
base >= 4.9 && < 4.15,
primitive >= 0.6,
vector >= 0.1,
bytestring == 0.10.*,
text == 1.2.*,
base >= 4.9 && < 4.21,
primitive >= 0.6 && <0.10,
vector >= 0.1 && <0.14,
bytestring >= 0.10 && <0.13,
text >= 1.2 && <2.2,
double-conversion == 2.0.*,
repa-scalar == 4.2.3.*
repa-scalar == 4.2.*

exposed-modules:
Data.Repa.Convert.Format
Expand Down Expand Up @@ -62,7 +63,7 @@ Library
-Wall -fno-warn-missing-signatures
-O2

extensions:
default-extensions:
CPP
GADTs
MagicHash
Expand Down

0 comments on commit b5b5cff

Please sign in to comment.