packages feed

Cabal revisions of j-0.1.0.0

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

revision 1
-cabal-version:   1.18-name:            j-version:         0.1.0.0-license:         BSD3-license-file:    LICENSE-copyright:       Copyright: (c) 2020 Vanessa McHale-maintainer:      vamchale@gmail.com-author:          Vanessa McHale-synopsis:        J in Haskell-description:     Haskell library for calling J-category:        Interpreters, FFI, Array, J-build-type:      Simple-extra-doc-files:-    README.md-    CHANGELOG.md--source-repository head-    type:     git-    location: https://github.com/vmchale/j-hs--library-    exposed-modules:  Language.J-    hs-source-dirs:   src-    default-language: Haskell2010-    other-extensions: FlexibleContexts OverloadedStrings CPP-    ghc-options:      -Wall-    build-depends:-        base >=4.7 && <5,-        unix -any,-        bytestring -any,-        repa -any--    if !impl(ghc >=8.0)-        build-depends: semigroups -any--    if impl(ghc >=8.0)-        ghc-options:-            -Wincomplete-uni-patterns -Wincomplete-record-updates-            -Wredundant-constraints -Widentities--    if impl(ghc >=8.4)-        ghc-options: -Wmissing-export-lists--    if impl(ghc >=8.2)-        ghc-options: -Wcpp-undef--    if impl(ghc >=8.10)-        ghc-options: -Wunused-packages--test-suite j-test-    type:             exitcode-stdio-1.0-    main-is:          Spec.hs-    hs-source-dirs:   test-    default-language: Haskell2010-    ghc-options:      "-with-rtsopts -K1K" -Wall-    build-depends:-        base -any,-        j -any,-        tasty -any,-        tasty-hunit -any,-        repa -any,-        bytestring -any--    if impl(ghc >=8.0)-        ghc-options:-            -Wincomplete-uni-patterns -Wincomplete-record-updates-            -Wredundant-constraints -Widentities--    if impl(ghc >=8.4)-        ghc-options: -Wmissing-export-lists--    if impl(ghc >=8.2)-        ghc-options: -Wcpp-undef--    if impl(ghc >=8.10)-        ghc-options: -Wunused-packages+cabal-version:   1.18
+name:            j
+version:         0.1.0.0
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+copyright:       Copyright: (c) 2020 Vanessa McHale
+maintainer:      vamchale@gmail.com
+author:          Vanessa McHale
+synopsis:        J in Haskell
+description:     Haskell library for calling J
+category:        Interpreters, FFI, Array, J
+build-type:      Simple
+extra-doc-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+    type:     git
+    location: https://github.com/vmchale/j-hs
+
+library
+    exposed-modules:  Language.J
+    hs-source-dirs:   src
+    default-language: Haskell2010
+    other-extensions: FlexibleContexts OverloadedStrings CPP
+    ghc-options:      -Wall
+    build-depends:
+        base >=4.7 && <5,
+        unix >=2.7.0.0,
+        bytestring >=0.10,
+        repa >=3.2.5.0
+
+    if !impl(ghc >=8.0)
+        build-depends: semigroups -any
+
+    if impl(ghc >=8.0)
+        ghc-options:
+            -Wincomplete-uni-patterns -Wincomplete-record-updates
+            -Wredundant-constraints -Widentities
+
+    if impl(ghc >=8.4)
+        ghc-options: -Wmissing-export-lists
+
+    if impl(ghc >=8.2)
+        ghc-options: -Wcpp-undef
+
+    if impl(ghc >=8.10)
+        ghc-options: -Wunused-packages
+
+test-suite j-test
+    type:             exitcode-stdio-1.0
+    main-is:          Spec.hs
+    hs-source-dirs:   test
+    default-language: Haskell2010
+    ghc-options:      "-with-rtsopts -K1K" -Wall
+    build-depends:
+        base -any,
+        j -any,
+        tasty -any,
+        tasty-hunit -any,
+        repa -any,
+        bytestring -any
+
+    if impl(ghc >=8.0)
+        ghc-options:
+            -Wincomplete-uni-patterns -Wincomplete-record-updates
+            -Wredundant-constraints -Widentities
+
+    if impl(ghc >=8.4)
+        ghc-options: -Wmissing-export-lists
+
+    if impl(ghc >=8.2)
+        ghc-options: -Wcpp-undef
+
+    if impl(ghc >=8.10)
+        ghc-options: -Wunused-packages
revision 2
 cabal-version:   1.18
 name:            j
 version:         0.1.0.0
-x-revision: 1
+x-revision: 2
 license:         BSD3
 license-file:    LICENSE
 copyright:       Copyright: (c) 2020 Vanessa McHale
     build-depends:
         base >=4.7 && <5,
         unix >=2.7.0.0,
-        bytestring >=0.10,
+        bytestring >=0.10.8,
         repa >=3.2.5.0
 
     if !impl(ghc >=8.0)