revise .cabal

epel9 imports/e9/ghc-strict-0.4.0.1-2.el9
Jens Petersen 3 years ago
parent 0c1cfeade1
commit 3672fc672e

@ -1,6 +1,6 @@
Name: strict Name: strict
Version: 0.4.0.1 Version: 0.4.0.1
x-revision: 1 x-revision: 4
Synopsis: Strict data types and String IO. Synopsis: Strict data types and String IO.
Category: Data, System Category: Data, System
Description: Description:
@ -67,6 +67,7 @@ tested-with:
|| ==8.8.3 || ==8.8.3
|| ==8.10.4 || ==8.10.4
|| ==9.0.1 || ==9.0.1
|| ==9.2.1
flag assoc flag assoc
description: Build with assoc dependency description: Build with assoc dependency
@ -83,15 +84,15 @@ library
, binary >= 0.5.1.0 && < 0.9 , binary >= 0.5.1.0 && < 0.9
, bytestring >= 0.9.2.1 && < 0.12 , bytestring >= 0.9.2.1 && < 0.12
, deepseq >= 1.3.0.0 && < 1.5 , deepseq >= 1.3.0.0 && < 1.5
, hashable >= 1.2.7.0 && < 1.4 , hashable >= 1.2.7.0 && < 1.5
, text >= 1.2.3.0 && < 1.3 , text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.1
, these >= 1.1.1.1 && < 1.2 , these >= 1.1.1.1 && < 1.2
, transformers >= 0.3.0.0 && < 0.7 , transformers >= 0.3.0.0 && < 0.7
, ghc-prim , ghc-prim
if !impl(ghc >= 8.0) if !impl(ghc >= 8.0)
build-depends: build-depends:
semigroups >= 0.18.5 && < 0.20 semigroups >= 0.18.5 && < 0.21
, transformers-compat >= 0.6.5 && < 0.8 , transformers-compat >= 0.6.5 && < 0.8
-- Ensure Data.Functor.Classes is always available -- Ensure Data.Functor.Classes is always available

Loading…
Cancel
Save