-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|