Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test-with cabal metadata #22

Merged
merged 1 commit into from
Apr 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 22 additions & 22 deletions relation.cabal
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
cabal-version: 2.2
cabal-version: 2.2

name: relation
version: 0.5.1.0
synopsis: A data structure representing Relations on Sets.
description: A library to model relationships between two objects that are subclasses of Ord.
name: relation
version: 0.5.1.0
synopsis: A data structure representing Relations on Sets.
description: A library to model relationships between two objects that are subclasses of Ord.

We use a two Maps that allows fast searching either by the key element or the value element.
homepage: https://www.github.com/haskell-works/relation/
bug-reports: https://www.github.com/haskell-works/relation/issues
license: BSD-3-Clause
license-file: LICENSE
author: Leonel Fonseca
maintainer: John Ky
copyright: (C) 2019 John Ky,
(C) 2012 Drew Day,
(C) 2010 Leonel Fonseca
category: Data Structures
stability: Experimental
build-type: Simple
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3
extra-source-files: LICENSE
README.md
We use a two Maps that allows fast searching either by the key element or the value element.
homepage: https://www.github.com/haskell-works/relation/
bug-reports: https://www.github.com/haskell-works/relation/issues
license: BSD-3-Clause
license-file: LICENSE
author: Leonel Fonseca
maintainer: John Ky
copyright: (C) 2019 John Ky,
(C) 2012 Drew Day,
(C) 2010 Leonel Fonseca
category: Data Structures
stability: Experimental
build-type: Simple
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
extra-source-files: LICENSE
README.md

source-repository head
type: git
Expand Down Expand Up @@ -89,4 +89,4 @@ test-suite doctest
ghc-options: -threaded
main-is: DoctestDriver.hs
HS-Source-Dirs: doctest
build-tool-depends: doctest-discover:doctest-discover
build-tool-depends: doctest-discover:doctest-discover