cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 05975857105ecf13977f06dd3fc331dbd0c2c63a6c69bb63e94683d1949baa4c name: character-cases version: 0.1.0.6 synopsis: Exposes subspecies types of Char. And naming cases. description: e.g. meaning of [a-z], [A-Z], [0-9], PascalCase, camelCase, and snake_case. 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: BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase 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 , 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: BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase 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 , megaparsec , prettyprinter , template-haskell default-language: Haskell2010