packages feed

almost-fix-0.0.1: almost-fix.cabal

Name:                   almost-fix
Version:                0.0.1
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                BSD3
License-File:           LICENSE
Synopsis:               Recurse while a predicate is satisfied
-- Description:
Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Data.Function.AlmostFix
  Build-Depends:        base >= 4.6 && < 5

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/almost-fix