packages feed

alg-0.1.1.0: alg.cabal

name:                alg
version:             0.1.1.0
synopsis:            Algebraic structures
-- description:         
license:             BSD3
license-file:        LICENSE
author:              M Farkas-Dyck
maintainer:          strake888@gmail.com
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Algebra
  -- other-modules:       
  other-extensions:    
  build-depends:       base >=4.9 && <5
  -- hs-source-dirs:      
  default-language:    Haskell2010
  default-extensions:  NoImplicitPrelude
                     , LambdaCase
                     , EmptyCase
                     , TypeOperators
                     , ConstraintKinds
                     , PolyKinds
  ghc-options:         -Wall