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 0635c44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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
16 changes: 8 additions & 8 deletions repa-convert/repa-convert.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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
Cabal-Version: >=1.18
Stability: experimental
Category: Data Structures
Homepage: http://repa.ouroborus.net
Expand All @@ -19,13 +19,13 @@ source-repository head

Library
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

0 comments on commit 0635c44

Please sign in to comment.