Skip to content

Commit

Permalink
Tweak Cabal metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Dec 21, 2023
1 parent 7b406da commit 20b6300
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data-interval.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ License-File: COPYING
Author: Masahiro Sakai ([email protected])
Maintainer: [email protected]
Category: Data, Math
Cabal-Version: >= 1.10
Cabal-Version: 2.0
Synopsis: Interval datatype, interval arithmetic and interval-based containers
Description:
Interval datatype, interval arithmetic and interval-based containers for Haskell.
Unlike the intervals package (<http://hackage.haskell.org/package/intervals>),
this package provides both open and closed intervals and is intended to be used
with exact number types such as Rational and Integer.
Bug-Reports: https://github.com/msakai/data-interval/issues
Extra-Source-Files:
Extra-Doc-Files:
README.md
COPYING
CHANGELOG.markdown
Build-Type: Simple
Tested-With:
Expand All @@ -32,7 +31,7 @@ Tested-With:

source-repository head
type: git
location: git://github.com/msakai/data-interval.git
location: https://github.com/msakai/data-interval

flag lattices
description: Derive lattice instances
Expand Down

0 comments on commit 20b6300

Please sign in to comment.