spacechar-0.0.0.1: spacechar.cabal
name: spacechar
version: 0.0.0.1
synopsis: Space Character
description: Space Character
license: BSD3
license-file: LICENCE
author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright: Copyright (C) 2022 Tony Morris
category: Test
build-type: Simple
extra-source-files: changelog.md
cabal-version: >=1.10
homepage: https://gitlab.com/tonymorris/spacechar
bug-reports: https://gitlab.com/tonymorris/spacechar/issues
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5
source-repository head
type: git
location: git@github.com:tonymorris/spacechar.git
library
exposed-modules: Data.Char.Space
build-depends: base >= 4.8 && < 6
, lens >= 4 && < 6
, parsers >= 0.12 && < 1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall