packages feed

Cabal revisions of dot-0.2.2

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

revision 1
-name:                dot-version:             0.2.2-synopsis:            Data types and encoding for graphviz dot files-description:         Please see README.md-homepage:            https://github.com/andrewthad/dot#readme-license:             BSD3-license-file:        LICENSE-author:              Andrew Martin-maintainer:          andrew.thaddeus@gmail.com-copyright:           2016 Andrew Martin-category:            web-build-type:          Simple-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:-    Dot.Types-    Dot.Text-    Data.Graph.Immutable.Dot-  build-depends:-      base >= 4.7 && < 5-    , text-    , impure-containers >= 0.3 && < 0.5-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/andrewthad/dot+name:                dot
+version:             0.2.2
+x-revision: 1
+synopsis:            Data types and encoding for graphviz dot files
+description:         Please see README.md
+homepage:            https://github.com/andrewthad/dot#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Andrew Martin
+maintainer:          andrew.thaddeus@gmail.com
+copyright:           2016 Andrew Martin
+category:            web
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:
+    Dot.Types
+    Dot.Text
+    Data.Graph.Immutable.Dot
+  build-depends:
+      base >= 4.7 && < 5
+    , text
+    , impure-containers >= 0.3 && < 0.6
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/andrewthad/dot