Skip to content

Commit 2612734

Browse files
committed
Updating logfloat.cabal for (long overdue) release
1 parent f633c33 commit 2612734

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

logfloat.cabal

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
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
107
Build-Type: Simple
118

129
Name: logfloat
1310
Version: 0.13.4
1411
Stability: experimental
15-
Homepage: http://code.haskell.org/~wren/
12+
Homepage: http://wrengr.org
1613
Author: 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
1916
License: BSD3
2017
License-File: LICENSE
2118

@@ -31,16 +28,21 @@ Description:
3128
Extra-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>
3533
Tested-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
----------------------------------------------------------------
4143
Source-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
----------------------------------------------------------------
4648
Flag useFFI
@@ -52,6 +54,7 @@ Flag useFFI
5254

5355
----------------------------------------------------------------
5456
Library
57+
Default-Language: Haskell2010
5558
Hs-Source-Dirs: src
5659
Exposed-Modules: Data.Number.LogFloat
5760
, Data.Number.RealToFrac

0 commit comments

Comments
 (0)