Skip to content

Commit

Permalink
fix(#22): increase version of base for ghc 9.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Jun 29, 2023
1 parent 3dbbddd commit e0ac4cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions h-raylib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ synopsis: Raylib bindings for Haskell
category: graphics
description:
This library contains Haskell bindings to the Raylib library. It supports Windows, Mac, Linux, and BSD.

bug-reports: https://github.com/Anut-py/h-raylib/issues
license: Apache-2.0
license-file: LICENSE
author: Anut
maintainer: Anut
extra-doc-files:
CHANGELOG.md
CONTRIBUTING.md
README.md
ROADMAP.md
CHANGELOG.md

extra-source-files:
examples/**/*.frag
Expand Down Expand Up @@ -168,9 +169,10 @@ library
Raylib.Native

build-depends:
, base >=4.0 && <4.17.0
, containers >=0.6.0 && <0.6.7.0
, lens >=4.0 && <=5.2.2
, base >=4.0 && <4.19
, containers >=0.6.0 && <0.6.7.0
, exceptions >=0.10.4 && <0.10.8
, lens >=4.0 && <5.2.2.0

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit e0ac4cf

Please # to comment.