packages feed

Cabal revisions of nowdoc-0.1.0.3

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 5c79bb879133786755fd90f6d2d66bc8d423fc9d44335dafa3cdaa458f0fc7e2--name:           nowdoc-version:        0.1.0.3-synopsis:       Here document without variable expansion like PHP Nowdoc-description:    Please see the README on GitHub-category:       Text-homepage:       https://github.com/YoshikuniJujo/nowdoc#readme-bug-reports:    https://github.com/YoshikuniJujo/nowdoc/issues-author:         Yoshikuni Jujo-maintainer:     PAF01143@nifty.ne.jp-copyright:      2018 Yoshikuni Jujo-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    ChangeLog.md-    README.md-    samples/sample0.hs-    samples/sample1.hs-    samples/sample2.hs-    samples/sample3.hs-    samples/sample4.hs--source-repository head-  type: git-  location: https://github.com/YoshikuniJujo/nowdoc--library-  exposed-modules:-      Text.Nowdoc-  other-modules:-      Paths_nowdoc-  hs-source-dirs:-      src-  build-depends:-      base >=4.7 && <5-    , template-haskell-  default-language: Haskell2010--test-suite nowdoc-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_nowdoc-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      base >=4.7 && <5-    , nowdoc-    , template-haskell-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 5c79bb879133786755fd90f6d2d66bc8d423fc9d44335dafa3cdaa458f0fc7e2
+
+name:           nowdoc
+version:        0.1.0.3
+x-revision: 1
+synopsis:       Here document without variable expansion like PHP Nowdoc
+description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/nowdoc#readme>
+category:       Text
+homepage:       https://github.com/YoshikuniJujo/nowdoc#readme
+bug-reports:    https://github.com/YoshikuniJujo/nowdoc/issues
+author:         Yoshikuni Jujo
+maintainer:     PAF01143@nifty.ne.jp
+copyright:      2018 Yoshikuni Jujo
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    ChangeLog.md
+    README.md
+    samples/sample0.hs
+    samples/sample1.hs
+    samples/sample2.hs
+    samples/sample3.hs
+    samples/sample4.hs
+
+source-repository head
+  type: git
+  location: https://github.com/YoshikuniJujo/nowdoc
+
+library
+  exposed-modules:
+      Text.Nowdoc
+  other-modules:
+      Paths_nowdoc
+  hs-source-dirs:
+      src
+  build-depends:
+      base >=4.7 && <5
+    , template-haskell
+  default-language: Haskell2010
+
+test-suite nowdoc-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_nowdoc
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      base >=4.7 && <5
+    , nowdoc
+    , template-haskell
+  default-language: Haskell2010