revised .cabal file

This commit is contained in:
Jens Petersen 2023-07-24 00:40:43 +08:00
parent 90865f5825
commit 8d71a68a37

View File

@ -1,6 +1,6 @@
name: scientific name: scientific
version: 0.3.7.0 version: 0.3.7.0
x-revision: 3 x-revision: 5
synopsis: Numbers represented using scientific notation synopsis: Numbers represented using scientific notation
description: description:
"Data.Scientific" provides the number type 'Scientific'. Scientific numbers are "Data.Scientific" provides the number type 'Scientific'. Scientific numbers are
@ -54,8 +54,9 @@ tested-with:
|| ==8.8.4 || ==8.8.4
|| ==8.10.7 || ==8.10.7
|| ==9.0.2 || ==9.0.2
|| ==9.2.4 || ==9.2.6
|| ==9.4.1 || ==9.4.4
|| ==9.6.1
source-repository head source-repository head
type: git type: git
@ -89,14 +90,14 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
base >=4.5 && <4.18 base >=4.5 && <4.19
, binary >=0.5.1 && <0.9 , binary >=0.5.1 && <0.9
, containers >=0.4.2.1 && <0.7 , containers >=0.4.2.1 && <0.7
, deepseq >=1.3.0.0 && <1.5 , deepseq >=1.3.0.0 && <1.5
, hashable >=1.2.7.0 && <1.5 , hashable >=1.2.7.0 && <1.5
, integer-logarithms >=1.0.3.1 && <1.1 , integer-logarithms >=1.0.3.1 && <1.1
, primitive >=0.7.1.0 && <0.8 , primitive >=0.7.1.0 && <0.9
, template-haskell >=2.8 && <2.20 , template-haskell >=2.8 && <2.21
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
if flag(bytestring-builder) if flag(bytestring-builder)