packages feed

Cabal revisions of data-interval-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:		data-interval Version:	0.1.0+x-revision: 1 License:	BSD3 License-File:	COPYING Author:		Masahiro Sakai (masahiro.sakai@gmail.com)   location: git://github.com/msakai/data-interval.git  Library+  -- Lattices 2 refactored class hierarchy+  build-depends: lattices <2+   Exposed: False   Hs-source-dirs: src   Build-Depends:
revision 2
-Name:		data-interval-Version:	0.1.0-x-revision: 1-License:	BSD3-License-File:	COPYING-Author:		Masahiro Sakai (masahiro.sakai@gmail.com)-Maintainer:	masahiro.sakai@gmail.com-Category:	Data-Cabal-Version:	>= 1.8-Synopsis:	Interval Arithmetic-Description:-   Unlike the intervals package (<http://hackage.haskell.org/package/intervals>),-   this module provides both open and closed intervals and is intended to be used-   with @Rational@.-Bug-Reports:	https://github.com/msakai/data-interval/issues-Extra-Source-Files:-   README.md-   COPYING-   .travis.yml-Build-Type: Simple--source-repository head-  type:     git-  location: git://github.com/msakai/data-interval.git--Library-  -- Lattices 2 refactored class hierarchy-  build-depends: lattices <2--  Exposed: False-  Hs-source-dirs: src-  Build-Depends:-     base >=4 && <5, lattices >=1.2.1.1-  Extensions:-     ScopedTypeVariables-     FlexibleInstances-     MultiParamTypeClasses-     DeriveDataTypeable-  Exposed-Modules:-     Data.Interval--Test-suite TestInterval-  Type:              exitcode-stdio-1.0-  HS-Source-Dirs:    test-  Main-is:           TestInterval.hs-  Build-depends:     base >=4 && <5, containers, data-interval, test-framework, test-framework-th, test-framework-hunit, test-framework-quickcheck2, HUnit, QuickCheck >=2 && <3-  Extensions: TemplateHaskell, DoAndIfThenElse+Name:		data-interval
+Version:	0.1.0
+x-revision: 2
+License:	BSD3
+License-File:	COPYING
+Author:		Masahiro Sakai (masahiro.sakai@gmail.com)
+Maintainer:	masahiro.sakai@gmail.com
+Category:	Data
+Cabal-Version:	>= 1.8
+Synopsis:	Interval Arithmetic
+Description:
+   Unlike the intervals package (<http://hackage.haskell.org/package/intervals>),
+   this module provides both open and closed intervals and is intended to be used
+   with @Rational@.
+Bug-Reports:	https://github.com/msakai/data-interval/issues
+Extra-Source-Files:
+   README.md
+   COPYING
+   .travis.yml
+Build-Type: Simple
+
+source-repository head
+  type:     git
+  location: git://github.com/msakai/data-interval.git
+
+Library
+  -- Lattices 2 refactored class hierarchy
+  build-depends: lattices <2
+
+  Exposed: False
+  Hs-source-dirs: src
+  Build-Depends:
+     base >=4 && <4.15, lattices >=1.2.1.1
+  Extensions:
+     ScopedTypeVariables
+     FlexibleInstances
+     MultiParamTypeClasses
+     DeriveDataTypeable
+  Exposed-Modules:
+     Data.Interval
+
+Test-suite TestInterval
+  Type:              exitcode-stdio-1.0
+  HS-Source-Dirs:    test
+  Main-is:           TestInterval.hs
+  Build-depends:     base >=4 && <5, containers, data-interval, test-framework, test-framework-th, test-framework-hunit, test-framework-quickcheck2, HUnit, QuickCheck >=2 && <3
+  Extensions: TemplateHaskell, DoAndIfThenElse