packages feed

Cabal revisions of dependent-literals-0.2.0

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.34.4.------ see: https://github.com/sol/hpack--name:           dependent-literals-version:        0.2.0-synopsis:       Library for dependent-literals-plugin-description:    This is the library counterpart of-                <https://hackage.haskell.org/package/dependent-literals-plugin dependent-literals-plugin>.-                See that package's description for more details.-category:       Constraints-homepage:       https://github.com/google/hs-dependent-literals#readme-bug-reports:    https://github.com/google/hs-dependent-literals/issues-author:         Andrew Pritchard <awpr@google.com>-maintainer:     Andrew Pritchard <awpr@google.com>-copyright:      2019-2021 Google LLC-license:        Apache-2.0-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/google/hs-dependent-literals-  subdir: dependent-literals--library-  exposed-modules:-      DependentLiterals-      DependentLiterals.Bounds-      DependentLiterals.Int-  hs-source-dirs:-      src-  build-depends:-      base >=4.12 && <4.17-    , fin-int >=0.1 && <0.3-    , numeric-kinds >=0.1 && <0.3-    , sint >=0.1 && <0.3-    , snumber >=0.1 && <0.4-    , tagged ==0.8.*-    , type-compare ==0.1.*-    , wrapped ==0.1.*-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.4.
+--
+-- see: https://github.com/sol/hpack
+
+name:           dependent-literals
+version:        0.2.0
+x-revision: 1
+synopsis:       Library for dependent-literals-plugin
+description:    This is the library counterpart of
+                <https://hackage.haskell.org/package/dependent-literals-plugin dependent-literals-plugin>.
+                See that package's description for more details.
+category:       Constraints
+homepage:       https://github.com/google/hs-dependent-literals#readme
+bug-reports:    https://github.com/google/hs-dependent-literals/issues
+author:         Andrew Pritchard <awpritchard@gmail.com>
+maintainer:     Andrew Pritchard <awpritchard@gmail.com>
+copyright:      2019-2021 Google LLC
+license:        Apache-2.0
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/google/hs-dependent-literals
+  subdir: dependent-literals
+
+library
+  exposed-modules:
+      DependentLiterals
+      DependentLiterals.Bounds
+      DependentLiterals.Int
+  hs-source-dirs:
+      src
+  build-depends:
+      base >=4.12 && <4.17
+    , fin-int >=0.1 && <0.3
+    , numeric-kinds >=0.1 && <0.3
+    , sint >=0.1 && <0.3
+    , snumber >=0.1 && <0.4
+    , tagged ==0.8.*
+    , type-compare ==0.1.*
+    , wrapped ==0.1.*
+  default-language: Haskell2010