packages feed

Logic-0.1.0.0: Logic.cabal

name:                Logic
version:             0.1.0.0
synopsis:            Logic
-- description:         
homepage:            http://gogotanaka.me/
license:             MIT
license-file:        LICENSE
author:              gogotanaka
maintainer:          mail@tanakakazuki.com
-- copyright:           
category:            Math
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:   Logic 
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8
  hs-source-dirs:      src
  default-language:    Haskell2010