packages feed

lens-datetime 0.2 → 0.2.1

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~lens

Dependency ranges changed: lens

Files

lens-datetime.cabal view
@@ -1,15 +1,15 @@ name: lens-datetime-version: 0.2+version: 0.2.1 license: BSD3 license-file: LICENSE-author: Mihaly Barasz <mihaly@barasz.com>-maintainer: Mihaly Barasz <mihaly@barasz.com>+author: Mihaly Barasz <klao@nilcons.com>+maintainer: Mihaly Barasz <klao@nilcons.com> build-type: Simple cabal-version: >= 1.6 category: Data, Lenses stability: experimental-homepage: http://github.com/klao/lens-datetime-bug-reports: http://github.com/klao/lens-datetime/issues+homepage: http://github.com/nilcons/lens-datetime+bug-reports: http://github.com/nilcons/lens-datetime/issues synopsis: Lenses for Data.Time.* types  description:@@ -64,7 +64,7 @@  source-repository head   type: git-  location: https://github.com/klao/lens-datetime.git+  location: https://github.com/nilcons/lens-datetime.git  library   ghc-options: -Wall@@ -72,7 +72,7 @@   build-depends:       base >= 4.6 && < 5     , time == 1.*-    , lens == 3.*+    , lens >= 3 && < 5    exposed-modules:     Data.Time.Lens