packages feed

Cabal revisions of data-default-instances-case-insensitive-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                   data-default-instances-case-insensitive-version:                0.0.1-synopsis:               Default instance for CI type from case-insensitive package.-description:-  Default instances for (lazy and strict) ByteString, Builder and-  ShortByteString.-description:-  Orphan instances for @Default@ type class, which is defined in package-  <https://hackage.haskell.org/package/data-default-class data-default-class>.-  .-  Following @Default@ instances are provided:-  .-  > instance (Default s, FoldCase s) => Default (CI s) where-  >     def = mk def--homepage:               https://github.com/trskop/data-default-extra-bug-reports:            https://github.com/trskop/data-default-extra/issues-license:                BSD3-license-file:           LICENSE-author:                 Peter Trško-maintainer:             peter.trsko@gmail.com-copyright:              (c) 2015-2016, Peter Trško-category:               Data-build-type:             Simple-cabal-version:          >=1.10--extra-source-files:     ChangeLog.md, README.md--library-  hs-source-dirs:       src-  exposed-modules:      Data.Default.Instances.CaseInsensitive-  -- other-modules:--  default-language:     Haskell2010-  other-extensions:     NoImplicitPrelude--  build-depends:-      case-insensitive >=0.1 && <2-    , data-default-class ==0.0.*--  ghc-options:          -Wall -fwarn-tabs--source-repository head-  type:                 git-  location:             git://github.com/trskop/data-default-extra.git--source-repository this-  type:                 git-  location:             git://github.com/trskop/data-default-extra.git-  tag:                  case-insensitive-v0.0.1+name:                   data-default-instances-case-insensitive
+version:                0.0.1
+x-revision: 1
+synopsis:               Default instance for CI type from case-insensitive package.
+description:
+  Default instances for (lazy and strict) ByteString, Builder and
+  ShortByteString.
+description:
+  Orphan instances for @Default@ type class, which is defined in package
+  <https://hackage.haskell.org/package/data-default-class data-default-class>.
+  .
+  Following @Default@ instances are provided:
+  .
+  > instance (Default s, FoldCase s) => Default (CI s) where
+  >     def = mk def
+
+homepage:               https://github.com/trskop/data-default-extra
+bug-reports:            https://github.com/trskop/data-default-extra/issues
+license:                BSD3
+license-file:           LICENSE
+author:                 Peter Trško
+maintainer:             peter.trsko@gmail.com
+copyright:              (c) 2015-2016, Peter Trško
+category:               Data
+build-type:             Simple
+cabal-version:          >=1.10
+
+extra-source-files:     ChangeLog.md, README.md
+
+library
+  hs-source-dirs:       src
+  exposed-modules:      Data.Default.Instances.CaseInsensitive
+  -- other-modules:
+
+  default-language:     Haskell2010
+  other-extensions:     NoImplicitPrelude
+
+  build-depends:
+      case-insensitive >=0.1 && <2
+    , data-default-class ==0.0.* || ==0.1.*
+
+  ghc-options:          -Wall -fwarn-tabs
+
+source-repository head
+  type:                 git
+  location:             git://github.com/trskop/data-default-extra.git
+
+source-repository this
+  type:                 git
+  location:             git://github.com/trskop/data-default-extra.git
+  tag:                  case-insensitive-v0.0.1