packages feed

OneTuple-0.2.2: OneTuple.cabal

cabal-version:   >=1.10
Name:            OneTuple
Version:         0.2.2

Synopsis:        Singleton Tuple
Category:        Data
Description:
  This package provides a singleton tuple data type
  .
  > data OneTuple = 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.2
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
  Build-depends:    base >= 4.3 && <4.12

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