packages feed

Cabal revisions of ascii-char-1.0.1.0

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

revision 1
-cabal-version: 3.0--name: ascii-char-version: 1.0.1.0-synopsis: A Char type representing an ASCII character-category: Data, Text--description:-    This package defines a @Char@ type that has-    128 constructors, one for each ASCII character.--license: Apache-2.0-license-file: license.txt--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki--homepage: https://github.com/typeclasses/ascii-char-bug-reports: https://github.com/typeclasses/ascii-char/issues--extra-source-files: *.md--source-repository head-    type: git-    location: git://github.com/typeclasses/ascii-char.git--common base-    default-language: Haskell2010-    ghc-options: -Wall--    default-extensions:-        NoImplicitPrelude--    build-depends:-        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17--library-    import: base-    hs-source-dirs: library--    default-extensions:-        DeriveAnyClass-        DeriveDataTypeable-        DeriveGeneric-        DerivingStrategies-        StandaloneDeriving--    build-depends:-        hashable ^>= 1.3.5 || ^>= 1.4--    exposed-modules:-        ASCII.Char--test-suite test-ascii-char-    import: base-    type: exitcode-stdio-1.0-    hs-source-dirs: test-    main-is: Main.hs--    build-depends:-        ascii-char-      , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10+cabal-version: 3.0
+
+name: ascii-char
+version: 1.0.1.0
+x-revision: 1
+synopsis: A Char type representing an ASCII character
+category: Data, Text
+
+description:
+    This package defines a @Char@ type that has
+    128 constructors, one for each ASCII character.
+
+license: Apache-2.0
+license-file: license.txt
+
+author: Chris Martin
+maintainer: Chris Martin, Julie Moronuki
+
+homepage: https://github.com/typeclasses/ascii-char
+bug-reports: https://github.com/typeclasses/ascii-char/issues
+
+extra-source-files: *.md
+
+source-repository head
+    type: git
+    location: git://github.com/typeclasses/ascii-char.git
+
+common base
+    default-language: Haskell2010
+    ghc-options: -Wall
+
+    default-extensions:
+        NoImplicitPrelude
+
+    build-depends:
+        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+
+library
+    import: base
+    hs-source-dirs: library
+
+    default-extensions:
+        DeriveAnyClass
+        DeriveDataTypeable
+        DeriveGeneric
+        DerivingStrategies
+        StandaloneDeriving
+
+    build-depends:
+        hashable ^>= 1.3.5 || ^>= 1.4
+
+    exposed-modules:
+        ASCII.Char
+
+test-suite test-ascii-char
+    import: base
+    type: exitcode-stdio-1.0
+    hs-source-dirs: test
+    main-is: Main.hs
+
+    build-depends:
+        ascii-char
+      , hspec ^>= 2.8.5 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11
revision 2
 
 name: ascii-char
 version: 1.0.1.0
-x-revision: 1
+x-revision: 2
 synopsis: A Char type representing an ASCII character
 category: Data, Text
 
         NoImplicitPrelude
 
     build-depends:
-        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
 
 library
     import: base
revision 3
 
 name: ascii-char
 version: 1.0.1.0
-x-revision: 2
+x-revision: 3
 synopsis: A Char type representing an ASCII character
 category: Data, Text
 
         NoImplicitPrelude
 
     build-depends:
-        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
+        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21
 
 library
     import: base
         StandaloneDeriving
 
     build-depends:
-        hashable ^>= 1.3.5 || ^>= 1.4
+        hashable ^>= 1.3.5 || ^>= 1.4 || ^>= 1.5
 
     exposed-modules:
         ASCII.Char