packages feed

gasp-1.1.0.0: gasp.cabal

name:           gasp
version:        1.1.0.0
category:       Algebra
synopsis:       A framework of algebraic classes
description:
  One algebraic classes framework to rule them all.
license:        BSD3
license-file:   LICENSE
author:         Jean-Philippe Bernardy
maintainer:     jeanphilippe.bernardy@gmail.com
Cabal-Version:  >= 1.12
tested-with:    GHC==8.4.1
build-type:     Simple
source-repository head
  type: git
  location: https://github.com/jyp/gasp


library
  default-language: Haskell2010
  build-depends: base>=4 && <5
  build-depends: containers
  build-depends: binary

  exposed-modules:
       Algebra.Classes