packages feed

JustParse-1.0: JustParse.cabal

name:                JustParse
version:             1.0
synopsis:            A simple and comprehensive Haskell parsing library
description:         A simple and comprehensive Haskell parsing library
homepage:            https://github.com/grantslatton/JustParse
license:             PublicDomain
license-file:        LICENSE
author:              Grant Slatton
maintainer:          grantslatton@gmail.com
-- copyright:           
category:            Text
build-type:          Simple
cabal-version:       >=1.8

library
   exposed-modules: Data.JustParse
   other-modules: Data.JustParse.Internal, Data.JustParse.Language, Data.JustParse.Common
  build-depends:       base ==4.6.*
  hs-source-dirs: src
  extensions: MultiParamTypeClasses, Rank2Types, FlexibleInstances, FlexibleContexts, Safe