packages feed

Cabal revisions of prairie-0.0.1.0

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

revision 1
-cabal-version: 1.12--name:           prairie-version:        0.0.1.0-description:    Please see the README on GitHub at <https://github.com/parsonsmatt/prairie#readme>-homepage:       https://github.com/parsonsmatt/prairie#readme-bug-reports:    https://github.com/parsonsmatt/prairie/issues-author:         Matt Parsons-maintainer:     parsonsmatt@gmail.com-copyright:      2020 Matt Parsons-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md-synopsis: A first class record field library-category: Data--source-repository head-  type: git-  location: https://github.com/parsonsmatt/prairie--library-  exposed-modules:-      Prairie-      Prairie.Class-      Prairie.Update-      Prairie.Diff-      Prairie.TH--  build-depends:-      base              >= 4.13 && < 5-    , aeson             -    , constraints-    , containers-    , lens-    , template-haskell  >= 2.15 && < 2.17-    , text--  other-modules:-      Paths_prairie-  hs-source-dirs:-      src-  default-language: Haskell2010--  default-extensions:-    AllowAmbiguousTypes-    BlockArguments-    DataKinds-    DefaultSignatures-    DeriveGeneric-    DerivingStrategies-    ExplicitForAll-    FlexibleContexts-    FlexibleInstances-    FunctionalDependencies-    GADTs-    KindSignatures-    MultiParamTypeClasses-    NamedFieldPuns-    NoStarIsType-    OverloadedStrings-    QuantifiedConstraints-    RankNTypes-    RecordWildCards-    ScopedTypeVariables-    TemplateHaskell-    TypeApplications-    TypeFamilies-    TypeOperators-    StandaloneDeriving-    UndecidableInstances-    ConstraintKinds-    ViewPatterns--test-suite prairie-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_prairie-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      base >=4.7 && <5-    , prairie-    , aeson-  default-language: Haskell2010+cabal-version: 1.12
+
+name:           prairie
+version:        0.0.1.0
+x-revision: 1
+description:    Please see the README on GitHub at <https://github.com/parsonsmatt/prairie#readme>
+homepage:       https://github.com/parsonsmatt/prairie#readme
+bug-reports:    https://github.com/parsonsmatt/prairie/issues
+author:         Matt Parsons
+maintainer:     parsonsmatt@gmail.com
+copyright:      2020 Matt Parsons
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+synopsis: A first class record field library
+category: Data
+
+source-repository head
+  type: git
+  location: https://github.com/parsonsmatt/prairie
+
+library
+  exposed-modules:
+      Prairie
+      Prairie.Class
+      Prairie.Update
+      Prairie.Diff
+      Prairie.TH
+
+  build-depends:
+      base              >= 4.12 && < 5
+    , aeson             
+    , constraints
+    , containers
+    , lens
+    , template-haskell  >= 2.16 && < 2.17
+    , text
+
+  other-modules:
+      Paths_prairie
+  hs-source-dirs:
+      src
+  default-language: Haskell2010
+
+  default-extensions:
+    AllowAmbiguousTypes
+    BlockArguments
+    DataKinds
+    DefaultSignatures
+    DeriveGeneric
+    DerivingStrategies
+    ExplicitForAll
+    FlexibleContexts
+    FlexibleInstances
+    FunctionalDependencies
+    GADTs
+    KindSignatures
+    MultiParamTypeClasses
+    NamedFieldPuns
+    NoStarIsType
+    OverloadedStrings
+    QuantifiedConstraints
+    RankNTypes
+    RecordWildCards
+    ScopedTypeVariables
+    TemplateHaskell
+    TypeApplications
+    TypeFamilies
+    TypeOperators
+    StandaloneDeriving
+    UndecidableInstances
+    ConstraintKinds
+    ViewPatterns
+
+test-suite prairie-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_prairie
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      base >=4.7 && <5
+    , prairie
+    , aeson
+  default-language: Haskell2010
revision 2
 
 name:           prairie
 version:        0.0.1.0
-x-revision: 1
+x-revision: 2
 description:    Please see the README on GitHub at <https://github.com/parsonsmatt/prairie#readme>
 homepage:       https://github.com/parsonsmatt/prairie#readme
 bug-reports:    https://github.com/parsonsmatt/prairie/issues
       Prairie.TH
 
   build-depends:
-      base              >= 4.12 && < 5
+      base              >= 4.13 && < 5
     , aeson             
     , constraints
     , containers
     , lens
-    , template-haskell  >= 2.16 && < 2.17
+    , template-haskell  >= 2.15 && < 2.17
     , text
 
   other-modules: