-- Initial WeberLogic.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                WeberLogic
version:             0.1.0.0
synopsis:            Logic interpreter
description:         Logic interpreter
homepage:            https://github.com/cameronbwhite/WeberLogic
license:             BSD3
license-file:        LICENSE
author:              Cameron Brandon White
maintainer:          cameronbwhite90@gmail.com
-- copyright:           
category:            Math
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     WeberLogic.Actions, WeberLogic.Parser
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7, parsec >=3.1 && <3.2
  -- hs-source-dirs:      
  default-language:    Haskell2010

executable WeberLogic
  main-is:             WeberLogic.lhs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7, parsec >=3.1 && <3.2
  -- hs-source-dirs:      
  default-language:    Haskell2010