packages feed

animalcase 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

animalcase.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                animalcase-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Convert camelCase to snake_case and vice versa description:         Feedback very welcome. homepage:            https://github.com/ibotty/animalcase@@ -27,5 +27,5 @@   default-language:    Haskell2010  source-repository head-  type:     darcs+  type:     git   location: git@github.com:ibotty/animalcase.git
src/Text/AnimalCase.hs view
@@ -1,3 +1,4 @@+-- | -- This Module converts between camelCase and snake_case. -- -- The suffixes specify the base type the functions are working on.