cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: d6ae52f1447e1f5eddb97709cab2218f7d1211db0aaef556dddad99a55001e48 name: heckin version: 0.0.1.0 synopsis: Oh heck, it's a heckin' case conversion library. description: Please see the README on GitHub at category: Data, Text homepage: https://github.com/maxdeviant/heckin#readme bug-reports: https://github.com/maxdeviant/heckin/issues author: Marshall Bowers maintainer: elliott.codes@gmail.com copyright: 2019 Marshall Bowers license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/maxdeviant/heckin library exposed-modules: Casing other-modules: Paths_heckin hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 test-suite heckin-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_heckin hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , heckin , hspec default-language: Haskell2010