packages feed

Cabal revisions of layout-rules-0.1.0.1

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

revision 1
-name:                layout-rules-version:             0.1.0.1-synopsis:            A collection of different layout implementations-homepage:            https://github.com/elliottt/layout-rules-license:             BSD3-license-file:        LICENSE-author:              Trevor Elliott-maintainer:          awesomelyawesome@gmail.com-copyright:           Trevor Elliott, 2017-category:            Language-build-type:          Simple-extra-source-files:  ChangeLog.md-cabal-version:       >=1.10--description:-  A collection of different layout implementations, currently just the off-sides-  rule.--source-repository head-  type: git-  location: https://github.com/elliottt/layout-rules--library-  exposed-modules:     Text.Layout.OffSides-  build-depends:       base >=4.7 && < 5,-                       alex-tools >= 0.1.1.0 && < 0.3,-                       text >= 1.2 && < 1.3-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall+name:                layout-rules
+version:             0.1.0.1
+x-revision: 1
+synopsis:            A collection of different layout implementations
+homepage:            https://github.com/elliottt/layout-rules
+license:             BSD3
+license-file:        LICENSE
+author:              Trevor Elliott
+maintainer:          awesomelyawesome@gmail.com
+copyright:           Trevor Elliott, 2017
+category:            Language
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+cabal-version:       >=1.10
+
+description:
+  A collection of different layout implementations, currently just the off-sides
+  rule.
+
+source-repository head
+  type: git
+  location: https://github.com/elliottt/layout-rules
+
+library
+  exposed-modules:     Text.Layout.OffSides
+  build-depends:       base >=4.7 && < 5,
+                       alex-tools >= 0.1.1.0 && < 0.4,
+                       text >= 1.2 && < 1.3
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall