packages feed

Cabal revisions of servant-iCalendar-0.1.0.0

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

revision 1
-name:           servant-iCalendar-version:        0.1.0.0-synopsis:       Servant support for iCalendar-description:    Servant support for iCalendar-category:       Web-homepage:       https://github.com/fgaz/servant-iCalendar#readme-bug-reports:    https://github.com/fgaz/servant-iCalendar/issues-author:         Francesco Gazzetta <francygazz@gmail.com>-maintainer:     Francesco Gazzetta <francygazz@gmail.com>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files: README.md--source-repository head-  type: git-  location: https://github.com/fgaz/servant-iCalendar--library-  hs-source-dirs:   src-  ghc-options:      -Wall-  build-depends:    base        >=4.7      && <4.11-                  , http-media  >=0.6.2    && <0.8-                  , servant     >=0.4.4.5  && <0.12-                  , iCalendar   >=0.4      && <0.5-                  , data-default>=0.3      && <0.8-  exposed-modules:  Servant.ICalendar-  default-language: Haskell2010-+name:           servant-iCalendar
+version:        0.1.0.0
+x-revision: 1
+synopsis:       Servant support for iCalendar
+description:    Servant support for iCalendar
+category:       Web
+homepage:       https://github.com/fgaz/servant-iCalendar#readme
+bug-reports:    https://github.com/fgaz/servant-iCalendar/issues
+author:         Francesco Gazzetta <francygazz@gmail.com>
+maintainer:     Francesco Gazzetta <francygazz@gmail.com>
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files: README.md
+
+source-repository head
+  type: git
+  location: https://github.com/fgaz/servant-iCalendar
+
+library
+  hs-source-dirs:   src
+  ghc-options:      -Wall
+  build-depends:    base        >=4.8      && <4.11
+                  , http-media  >=0.6.2    && <0.8
+                  , servant     >=0.4.4.5  && <0.12
+                  , iCalendar   >=0.4      && <0.5
+                  , data-default>=0.3      && <0.8
+  exposed-modules:  Servant.ICalendar
+  default-language: Haskell2010
+