packages feed

Cabal revisions of tuntap-simple-0.1.0.0

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

revision 1
-name:                tuntap-simple-version:             0.1.0.0-synopsis:            A simple tun/tap library-description:         Please see README.md-homepage:            https://github.com/riaqn/tuntap-simple#readme-license:             BSD3-license-file:        LICENSE-author:              Zesen Qian-maintainer:          haskell@riaqn.org-copyright:           GPL3-category:            Network-build-type:          Simple--- extra-source-files:-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Network.TUNTAP-  build-depends:       base >= 4.7 && < 5-                     , ioctl-  default-language:    Haskell2010-  default-extensions:  MultiParamTypeClasses--source-repository head-  type:     git-  location: https://github.com/riaqn/tuntap-simple+name:                tuntap-simple
+version:             0.1.0.0
+x-revision: 1
+synopsis:            A simple tun/tap library
+description:         Please see README.md
+homepage:            https://github.com/riaqn/tuntap-simple#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Zesen Qian
+maintainer:          tuntap@riaqn.org
+copyright:           GPL3
+category:            Network
+build-type:          Simple
+-- extra-source-files:
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Network.TUNTAP
+  build-depends:       base >= 4.7 && < 5
+                     , ioctl
+  default-language:    Haskell2010
+  default-extensions:  MultiParamTypeClasses
+
+source-repository head
+  type:     git
+  location: https://github.com/riaqn/tuntap-simple
revision 2
 name:                tuntap-simple
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            A simple tun/tap library
 description:         Please see README.md
 homepage:            https://github.com/riaqn/tuntap-simple#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Zesen Qian
-maintainer:          tuntap@riaqn.org
+maintainer:          tuntap-simple@riaqn.org
 copyright:           GPL3
 category:            Network
 build-type:          Simple