homotuple-0.1.0.0: homotuple.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: bf3e190ee92c45cf9f906b2ac73da62207735e115f856db4fc9fe116bdd7f963
name: homotuple
version: 0.1.0.0
synopsis: Homotuple, all whose elements are the same type
description: Homotuple, all whose elements are the same type
category: Data
homepage: https://github.com/kakkun61/homotuple#readme
bug-reports: https://github.com/kakkun61/homotuple/issues
author: Kazuki Okamoto
maintainer: kazuki.okamoto@kakkun61.com
copyright: 2019 Kazuki Okamoto
license: Apache
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/kakkun61/homotuple
library
exposed-modules:
Data.Tuple.Homotuple
Data.Tuple.Homotuple.Identity
Data.Tuple.Homotuple.OneTuple
Data.Tuple.Homotuple.Only
other-modules:
Paths_homotuple
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-export-lists -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wpartial-fields -Wno-name-shadowing
build-depends:
OneTuple >=0.2 && <0.3
, Only >=0.1 && <0.2
, base >=4.12 && <4.13
, single-tuple >=0.1 && <0.2
if impl(ghc >= 8.6.1)
default-extensions: NoStarIsType
default-language: Haskell2010