packages feed

haskellish-0.1.0: haskellish.cabal

name:                haskellish
version:             0.1.0
synopsis:            For parsing Haskell-ish languages
homepage:            http://github.com/dktr0/Haskellish
license:             BSD3
license-file:        LICENSE
author:              David Ogborn
maintainer:          David Ogborn <ogbornd@mcmaster.ca>
Stability:           Experimental
Copyright:           (c) 2019- David Ogborn
Category:            Language
Build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC == 8.6.3

Description: A library for parsing miniature and esoteric languages that are similar to Haskell

library
  ghc-options: -Wall
  hs-source-dirs:
                 .

  default-language:    Haskell2010

  Exposed-modules:     Language.Haskellish

  Build-depends:
      base >=4.8 && <5
    , haskell-src-exts >=1.17.1 && <1.23

source-repository head
  type:     git
  location: https://github.com/dktr0/Haskellish