-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a2c4db38427d6316779651a9d64804405de34d00cd49e92da73109fcf214f3d6 name: overhang version: 1.0.0 synopsis: Hang loose with your lambdas! description: Combinators for clean, "hanging" lambdas. category: Combinators, Functions, Utility homepage: https://github.com/jship/overhang#readme bug-reports: https://github.com/jship/overhang/issues author: Jason Shipman maintainer: Jason Shipman license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md LICENSE.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/jship/overhang library hs-source-dirs: library ghc-options: -Wall build-depends: base >=4.10 && <5 exposed-modules: Overhang other-modules: Paths_overhang default-language: Haskell2010