packages feed

animalcase-0.1.0.2: animalcase.cabal

-- Initial animalcase.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                animalcase
version:             0.1.0.2
synopsis:            Convert camelCase to snake_case and vice versa
description:         Feedback very welcome.
homepage:            https://github.com/ibotty/animalcase
license:             MIT
license-file:        LICENSE
author:              Tobias Florek
maintainer:          tob@butter.sh
copyright:           2014           
category:            Text
build-type:          Simple
extra-source-files:  Changelog.md
cabal-version:       >=1.10

library
  exposed-modules:     Text.AnimalCase
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base ==4.*
                     , bytestring >=0.9 && <0.11
                     , text >= 1.0 && <1.3
  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git@github.com:ibotty/animalcase.git