character-cases-0.1.0.0: character-cases.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9b9be05bf0dac06ddeb62fdb730a6ee545b40639db89c4052d0d900da0aa40a5
name: character-cases
version: 0.1.0.0
synopsis: Exposes subspecies types of Char. And naming cases. e.g. meaning of [a-z], [A-Z], [0-9], PascalCase, camelCase, and sneak_case.
description: Please see https://github.com/aiya000/hs-character-cases#README.md
category: Simple
homepage: https://github.com/aiya000/hs-character-cases#readme
bug-reports: https://github.com/aiya000/hs-character-cases/issues
author: aiya000
maintainer: aiya000.develop@gmail.com
copyright: aiya000
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/aiya000/hs-character-cases
library
exposed-modules:
Cases.Megaparsec
Data.Char.Cases
Data.String.Cases
other-modules:
Paths_character_cases
hs-source-dirs:
src
default-extensions: AutoDeriveTypeable BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeSynonymInstances ViewPatterns
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fprint-explicit-kinds -fprint-potential-instances
build-depends:
base >=4.7 && <5
, containers
, here
, megaparsec
, prettyprinter
, template-haskell
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Cases.Megaparsec
Data.Char.Cases
Data.String.Cases
Paths_character_cases
hs-source-dirs:
test/doctest
src
default-extensions: AutoDeriveTypeable BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeSynonymInstances ViewPatterns
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fprint-explicit-kinds -fprint-potential-instances -threaded -rtsopts -with-rtsopts=-N
build-depends:
Glob
, base >=4.7 && <5
, containers
, doctest
, here
, megaparsec
, prettyprinter
, template-haskell
default-language: Haskell2010