WeberLogic 0.1.0.0 → 0.1.1
raw patch · 2 files changed
+1/−3 lines, 2 files
Files
- WeberLogic.cabal +1/−1
- WeberLogic.lhs +0/−2
WeberLogic.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: WeberLogic-version: 0.1.0.0+version: 0.1.1 synopsis: Logic interpreter description: Logic interpreter homepage: https://github.com/cameronbwhite/WeberLogic
WeberLogic.lhs view
@@ -1,5 +1,3 @@-> module WeberLogic where- > import System.Environment > import System.IO (hFlush, stdout) > import Text.Parsec (parse)