packages feed

Cabal revisions of th-utilities-0.2.4.2

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: 9fff4503beee50e43fb637166a371098620f5eece4581d42ff9ff7b66eee2f96--name:           th-utilities-version:        0.2.4.2-synopsis:       Collection of useful functions for use with Template Haskell-category:       Template Haskell-homepage:       https://github.com/fpco/th-utilities#readme-bug-reports:    https://github.com/fpco/th-utilities/issues-maintainer:     Michael Sloan <mgsloan@gmail.com>-copyright:      2016 FP Complete-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/fpco/th-utilities--library-  exposed-modules:-      TH.Derive-      TH.Derive.Storable-      TH.ReifySimple-      TH.RelativePaths-      TH.Utilities-  other-modules:-      TH.Derive.Internal-  hs-source-dirs:-      src-  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates-  build-depends:-      base >=4.7 && <5-    , bytestring-    , containers-    , directory-    , filepath-    , primitive-    , syb-    , template-haskell >=2.7-    , text-    , th-abstraction-    , th-orphans-  default-language: Haskell2010--test-suite test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      TH.Derive.StorableSpec-      TH.DeriveSpec-      TH.DeriveSpec.TH-      Paths_th_utilities-  hs-source-dirs:-      test-  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates-  build-depends:-      base >=4.7 && <5-    , bytestring-    , containers-    , directory-    , filepath-    , hspec-    , primitive-    , syb-    , template-haskell >=2.7-    , text-    , th-abstraction-    , th-orphans-    , th-utilities-    , vector-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 9fff4503beee50e43fb637166a371098620f5eece4581d42ff9ff7b66eee2f96
+
+name:           th-utilities
+version:        0.2.4.2
+x-revision: 1
+synopsis:       Collection of useful functions for use with Template Haskell
+category:       Template Haskell
+homepage:       https://github.com/fpco/th-utilities#readme
+bug-reports:    https://github.com/fpco/th-utilities/issues
+maintainer:     Michael Sloan <mgsloan@gmail.com>
+copyright:      2016 FP Complete
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/fpco/th-utilities
+
+library
+  exposed-modules:
+      TH.Derive
+      TH.Derive.Storable
+      TH.ReifySimple
+      TH.RelativePaths
+      TH.Utilities
+  other-modules:
+      TH.Derive.Internal
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
+  build-depends:
+      base >=4.7 && <5
+    , bytestring
+    , containers
+    , directory
+    , filepath
+    , primitive
+    , syb
+    , template-haskell >=2.7
+    , text
+    , th-abstraction >= 0.4
+    , th-orphans
+  default-language: Haskell2010
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      TH.Derive.StorableSpec
+      TH.DeriveSpec
+      TH.DeriveSpec.TH
+      Paths_th_utilities
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
+  build-depends:
+      base >=4.7 && <5
+    , bytestring
+    , containers
+    , directory
+    , filepath
+    , hspec
+    , primitive
+    , syb
+    , template-haskell >=2.7
+    , text
+    , th-abstraction
+    , th-orphans
+    , th-utilities
+    , vector
+  default-language: Haskell2010