11----------------------------------------------------------------
2- -- wren gayle romano <[email protected] > ~ 2017.06.18 2+ -- wren gayle romano <[email protected] > ~ 2021.10.16 33----------------------------------------------------------------
44
5- -- By and large Cabal >=1.2 is fine; but
6- -- * >=1.6 gives tested-with: and source-repository:
7- -- * >=1.8 allows executables to build-depends: on the library
8- -- * >=1.9.2 allows Test-Suite
9- Cabal-Version : >= 1.9.2
5+ -- Cabal >=1.10 is required by Hackage.
6+ Cabal-Version : >= 1.10
107Build-Type : Simple
118
129Name : logfloat
1310Version : 0.13.4
1411Stability : experimental
15- Homepage : http://code.haskell. org/~wren/
12+ Homepage : http://wrengr. org
1613Author : wren gayle romano
17- Maintainer : wren@community.haskell .org
18- Copyright : Copyright (c) 2007--2017 wren gayle romano
14+ Maintainer : wren@cpan .org
15+ Copyright : Copyright (c) 2007--2021 wren gayle romano
1916License : BSD3
2017License-File : LICENSE
2118
@@ -31,16 +28,21 @@ Description:
3128Extra-source-files :
3229 README.md, CHANGELOG
3330
34- -- Cf., <https://travis-ci.org/wrengr/logfloat>
31+ -- This should work as far back as GHC 7.6.1, but we don't verify that by CI.
32+ -- <https://github.com/wrengr/logfloat/actions?query=workflow%3Aci>
3533Tested-With :
36- GHC == 7.6.1 , GHC == 7.6.2 , GHC == 7.6.3 ,
37- GHC == 7.8.1 , GHC == 7.8.2 , GHC == 7.8.3 , GHC == 7.8.4 ,
38- GHC == 7.10.1 , GHC == 7.10.2
34+ GHC == 8.0.2 ,
35+ GHC == 8.2.2 ,
36+ GHC == 8.4.4 ,
37+ GHC == 8.6.5 ,
38+ GHC == 8.8.4 ,
39+ GHC == 8.10.3 ,
40+ GHC == 9.0.1
3941
4042----------------------------------------------------------------
4143Source-Repository head
42- Type : darcs
43- Location : http ://community.haskell.org/~wren /logfloat
44+ Type : git
45+ Location : git ://github.com/wrengr /logfloat.git
4446
4547----------------------------------------------------------------
4648Flag useFFI
@@ -52,6 +54,7 @@ Flag useFFI
5254
5355----------------------------------------------------------------
5456Library
57+ Default-Language : Haskell2010
5558 Hs-Source-Dirs : src
5659 Exposed-Modules : Data.Number.LogFloat
5760 , Data.Number.RealToFrac
0 commit comments