packages feed

Cabal revisions of ascii-case-1.0.1.2

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

revision 1
-cabal-version: 3.0--name: ascii-case-version: 1.0.1.2-synopsis: ASCII letter case-category: Data, Text--description:-    This package defines a @Case@ type that describes the-    two varieties of ASCII letter: capital and small.--license: Apache-2.0-license-file: license.txt--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki--homepage: https://github.com/typeclasses/ascii-case-bug-reports: https://github.com/typeclasses/ascii-case/issues--extra-source-files: *.md--source-repository head-    type: git-    location: git://github.com/typeclasses/ascii-case.git--common base-    default-language: Haskell2010-    ghc-options: -Wall--    default-extensions:-        NoImplicitPrelude--    build-depends:-        ascii-char ^>= 1.0-      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17--library-    import: base-    hs-source-dirs: library--    default-extensions:-        StandaloneDeriving-        DerivingStrategies-        DeriveAnyClass-        DeriveDataTypeable-        DeriveGeneric--    build-depends:-        hashable ^>= 1.3.5 || ^>= 1.4--    exposed-modules:-        ASCII.Case--test-suite test-ascii-case-    import: base-    type: exitcode-stdio-1.0-    hs-source-dirs: test-    main-is: Main.hs--    build-depends:-        ascii-case-      , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10+cabal-version: 3.0
+
+name: ascii-case
+version: 1.0.1.2
+x-revision: 1
+synopsis: ASCII letter case
+category: Data, Text
+
+description:
+    This package defines a @Case@ type that describes the
+    two varieties of ASCII letter: capital and small.
+
+license: Apache-2.0
+license-file: license.txt
+
+author: Chris Martin
+maintainer: Chris Martin, Julie Moronuki
+
+homepage: https://github.com/typeclasses/ascii-case
+bug-reports: https://github.com/typeclasses/ascii-case/issues
+
+extra-source-files: *.md
+
+source-repository head
+    type: git
+    location: git://github.com/typeclasses/ascii-case.git
+
+common base
+    default-language: Haskell2010
+    ghc-options: -Wall
+
+    default-extensions:
+        NoImplicitPrelude
+
+    build-depends:
+        ascii-char ^>= 1.0
+      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+
+library
+    import: base
+    hs-source-dirs: library
+
+    default-extensions:
+        StandaloneDeriving
+        DerivingStrategies
+        DeriveAnyClass
+        DeriveDataTypeable
+        DeriveGeneric
+
+    build-depends:
+        hashable ^>= 1.3.5 || ^>= 1.4
+
+    exposed-modules:
+        ASCII.Case
+
+test-suite test-ascii-case
+    import: base
+    type: exitcode-stdio-1.0
+    hs-source-dirs: test
+    main-is: Main.hs
+
+    build-depends:
+        ascii-case
+      , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11