packages feed

cased-0.1.0.0: cased.cabal

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

name:                cased
version:             0.1.0.0
synopsis:            Track string casing in its type
description:         Track string casing in its type
homepage:            https://github.com/jb55/cased
license:             MIT
license-file:        LICENSE
author:              William Casarin
maintainer:          bill@casarin.me
-- copyright:           
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >= 1.8

source-repository head
  type: git
  location: https://github.com/jb55/cased

library
  exposed-modules:     Data.Cased
  -- other-modules:       
  other-extensions:    FlexibleInstances, TypeSynonymInstances, TypeFamilies, EmptyDataDecls
  build-depends: base >=4.7 && <5
               , text
  -- hs-source-dirs: