packages feed

Cabal revisions of rfc1413-types-0.0.0.0

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

revision 1
-name:                rfc1413-types-version:             0.0.0.0-synopsis:            An rfc1413 parser and response renderer-description:         Types and low level operations for rfc1413-homepage:            https://github.com/cotrone/rfc1413-types#readme-license:             BSD3-license-file:        LICENSE-author:              Kevin Cotrone-maintainer:          kevincotrone@gmail.com-copyright:           2017 Kevin Cotrone-category:            Web-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Data.Ident-  default-language:    Haskell2010-  build-depends:       base >= 4.7 && < 5-                     , bytestring--source-repository head-  type:     git-  location: https://github.com/cotrone/rfc1413-types+name:                rfc1413-types
+version:             0.0.0.0
+x-revision: 1
+synopsis:            An rfc1413 parser and response renderer
+description:         Types and low level operations for rfc1413
+homepage:            https://github.com/cotrone/rfc1413-types#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Kevin Cotrone
+maintainer:          kevincotrone@gmail.com
+copyright:           2017 Kevin Cotrone
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Data.Ident
+  default-language:    Haskell2010
+  build-depends:       base >= 4.8 && < 5
+                     , bytestring
+
+source-repository head
+  type:     git
+  location: https://github.com/cotrone/rfc1413-types