pointless-fun-1.1.0.8: pointless-fun.cabal
----------------------------------------------------------------
-- wren gayle romano <wren@cpan.org> ~ 2021.10.17
----------------------------------------------------------------
-- Cabal >=1.10 is required by Hackage.
Cabal-Version: >= 1.10
Build-Type: Simple
Name: pointless-fun
Version: 1.1.0.8
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
Bug-Reports: https://github.com/wrengr/pointless-fun/issues
Author: wren gayle romano, Matt Hellige
Maintainer: wren@cpan.org
Copyright: Copyright (c) 2009–2021 wren gayle romano
License: BSD3
License-File: LICENSE
Category: Combinators, Composition, Utils
Synopsis: Some common point-free combinators.
Description: Some common point-free combinators.
Extra-source-files:
README.md, CHANGELOG
-- This should work as far back as GHC 6.12.1, but we don't verify that by CI.
-- <https://github.com/wrengr/pointless-fun/actions?query=workflow%3Aci>
Tested-With:
GHC ==8.0.2,
GHC ==8.2.2,
GHC ==8.4.4,
GHC ==8.6.5,
GHC ==8.8.4,
GHC ==8.10.3,
GHC ==9.0.1
----------------------------------------------------------------
Source-Repository head
Type: git
Location: https://github.com/wrengr/pointless-fun.git
----------------------------------------------------------------
Library
Default-Language: Haskell98
Hs-Source-Dirs: src
Exposed-Modules: Data.Function.Pointless
Build-Depends: base >= 4 && < 5
----------------------------------------------------------------
----------------------------------------------------------- fin.