packages feed

OneTuple-0.2.2.1: OneTuple.cabal

cabal-version:      >=1.10
name:               OneTuple
version:            0.2.2.1
synopsis:           Singleton Tuple
category:           Data
description:
  This package provides a singleton tuple data type
  .
  > data OneTuple a = OneTuple a
  .
  Note: it's not a @newtype@

copyright:          (c) John Dorsey 2008
license:            BSD3
license-file:       LICENSE
author:             John Dorsey <haskell@colquitt.org>
maintainer:
  Oleg Grenrus <oleg.grenrus@iki.fi>, John Dorsey <haskell@colquitt.org>

stability:          experimental
build-type:         Simple
tested-with:
  GHC ==7.0.4
   || ==7.2.2
   || ==7.4.2
   || ==7.6.3
   || ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.3
   || ==8.10.1

extra-source-files: Changelog.md

source-repository head
  type:     git
  location: https://github.com/phadej/OneTuple.git

library
  default-language: Haskell98
  exposed-modules:  Data.Tuple.OneTuple
  hs-source-dirs:   src
  build-depends:    base >=4.3 && <4.15

  if !impl(ghc >=8.0)
    build-depends: semigroups >=0.18.4 && <0.20