packages feed

Cabal revisions of closed-0.1.0

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.17.1.------ see: https://github.com/sol/hpack--name:           closed-version:        0.1.0-synopsis:       Integers bounded by a closed interval-description:    Integers bounded by a closed interval-category:       Data-homepage:       https://github.com/frontrowed/closed#readme-bug-reports:    https://github.com/frontrowed/closed/issues-author:         Chris Parks <chris@frontrowed.com>-maintainer:     Front Row Education <engineering@frontrowed.com>-license:        MIT-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files:-    README.lhs--source-repository head-  type: git-  location: https://github.com/frontrowed/closed--library-  hs-source-dirs:-      library-  build-depends:-      base >= 4.9 && < 5-    , deepseq-    , aeson-    , cassava-    , hashable-    , QuickCheck-  exposed-modules:-      Closed-      Closed.Internal-  default-language: Haskell2010--test-suite readme-  type: exitcode-stdio-1.0-  main-is: README.lhs-  ghc-options: -Wall -pgmL markdown-unlit-  build-depends:-      base >= 4.9 && < 5-    , deepseq-    , aeson-    , cassava-    , hashable-    , QuickCheck-    , base-    , closed-    , hspec-    , markdown-unlit-    , vector-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.17.1.
+--
+-- see: https://github.com/sol/hpack
+
+name:           closed
+version:        0.1.0
+x-revision: 1
+synopsis:       Integers bounded by a closed interval
+description:    Integers bounded by a closed interval
+category:       Data
+homepage:       https://github.com/frontrowed/closed#readme
+bug-reports:    https://github.com/frontrowed/closed/issues
+author:         Chris Parks <chris@frontrowed.com>
+maintainer:     Front Row Education <engineering@frontrowed.com>
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files:
+    README.lhs
+
+source-repository head
+  type: git
+  location: https://github.com/frontrowed/closed
+
+library
+  hs-source-dirs:
+      library
+  build-depends:
+      base >= 4.9 && < 4.12
+    , deepseq
+    , aeson
+    , cassava
+    , hashable
+    , QuickCheck
+  exposed-modules:
+      Closed
+      Closed.Internal
+  default-language: Haskell2010
+
+test-suite readme
+  type: exitcode-stdio-1.0
+  main-is: README.lhs
+  ghc-options: -Wall -pgmL markdown-unlit
+  build-depends:
+      base >= 4.9 && < 5
+    , deepseq
+    , aeson
+    , cassava
+    , hashable
+    , QuickCheck
+    , base
+    , closed
+    , hspec
+    , markdown-unlit
+    , vector
+  default-language: Haskell2010