Cabal revisions of casing-0.1.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial casing.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: casing-version: 0.1.2.0-synopsis: Convert between various source code casing conventions-description: Converts between camelCase, PascalCase, kebab-case, and- three flavors of snake_case.-license: MIT-license-file: LICENSE-author: Tobias Dammers-maintainer: tdammers@gmail.com--- copyright: -category: Text-build-type: Simple--- extra-source-files: -cabal-version: >=1.10--library- exposed-modules: Text.Casing- -- other-modules: - -- other-extensions: - build-depends: base >=4.6 && <5- , split- -- hs-source-dirs: - default-language: Haskell2010+-- Initial casing.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: casing +version: 0.1.2.0 +x-revision: 1 +synopsis: Convert between various source code casing conventions +description: Converts between camelCase, PascalCase, kebab-case, and + three flavors of snake_case. +license: MIT +license-file: LICENSE +author: Tobias Dammers +maintainer: tdammers@gmail.com +-- copyright: +category: Text +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + exposed-modules: Text.Casing + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && <5 + , split + -- hs-source-dirs: + default-language: Haskell2010