cabal-version: >=1.10 Name: OneTuple Version: 0.2.2 x-revision: 3 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 Maintainer: Oleg Grenrus , John Dorsey 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.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 Build-depends: base >= 4.3 && <4.14 if !impl(ghc >= 8.0) Build-depends: semigroups >=0.18.4 && <0.20