packages feed

Cabal revisions of time-qq-0.0.0.2

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

revision 1
-name:                time-qq-version:             0.0.0.2-synopsis:            Quasi-quoter for UTCTime times-description:         Quasi-quoter for UTCTime times-homepage:            https://github.com/christian-marie/time-qq-license:             BSD3-license-file:        LICENSE-author:              Christian Marie <christian@ponies.io>-maintainer:          Christian Marie <christian@ponies.io>-copyright:           Christian Marie <christian@ponies.io>-category:            Time, QuasiQuotes-build-type:          Simple-cabal-version:       >= 1.18--source-repository HEAD-  type: git-  location: https://github.com/christian-marie/time-qq--library-  default-language:    Haskell2010-  hs-source-dirs:      lib-  exposed-modules:     Data.Time.QQ-  build-depends:       base >=4.7 && <5-                     , template-haskell-                     , time >= 1.4-                     , time-locale-compat--test-suite unit-  type:                exitcode-stdio-1.0-  default-language:    Haskell2010-  hs-source-dirs:      tests-  main-is:             unit.hs-  build-depends:       base >=4.7 && <5-                     , hspec-                     , time-qq+name:                time-qq
+version:             0.0.0.2
+x-revision: 1
+synopsis:            Quasi-quoter for UTCTime times
+description:         Quasi-quoter for UTCTime times
+homepage:            https://github.com/christian-marie/time-qq
+license:             BSD3
+license-file:        LICENSE
+author:              Christian Marie <christian@ponies.io>
+maintainer:          Christian Marie <christian@ponies.io>
+copyright:           Christian Marie <christian@ponies.io>
+category:            Time, QuasiQuotes
+build-type:          Simple
+cabal-version:       >= 1.18
+
+source-repository HEAD
+  type: git
+  location: https://github.com/christian-marie/time-qq
+
+library
+  default-language:    Haskell2010
+  hs-source-dirs:      lib
+  exposed-modules:     Data.Time.QQ
+  build-depends:       base >=4.7 && <5
+                     , template-haskell
+                     , time >= 1.4 && <1.14
+                     , time-locale-compat
+
+test-suite unit
+  type:                exitcode-stdio-1.0
+  default-language:    Haskell2010
+  hs-source-dirs:      tests
+  main-is:             unit.hs
+  build-depends:       base >=4.7 && <5
+                     , hspec
+                     , time-qq