packages feed

Cabal revisions of hw-diagnostics-0.0.1.0

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

revision 1
-cabal-version: 2.4--name:                 hw-diagnostics-version:              0.0.1.0-synopsis:             Diagnostics library-description:          Please see README.md-category:             Profiling-homepage:             http://github.com/haskell-works/hw-diagnostics#readme-bug-reports:          https://github.com/haskell-works/hw-diagnostics/issues-author:               John Ky-maintainer:           newhoggy@gmail.com-copyright:            2016-2019 John Ky-license:              BSD-3-Clause-license-file:         LICENSE-tested-with:          GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4-build-type:           Simple-extra-source-files:   README.md--source-repository head-  type: git-  location: https://github.com/haskell-works/hw-diagnostics--common base                     { build-depends: base                     >= 4          && < 5      }--common doctest                  { build-depends: doctest                  >= 0.16.2     && < 0.17   }-common doctest-discover         { build-depends: doctest-discover         >= 0.2        && < 0.3    }--common hw-diagnostics-  build-depends:      hw-diagnostics--common config-  ghc-options:        -Wall-  default-language:   Haskell2010--library-  import:             base, config-  exposed-modules:    HaskellWorks.Diagnostics-                      HaskellWorks.Diagnostics.Time-  other-modules:      Paths_hw_diagnostics-  autogen-modules:    Paths_hw_diagnostics-  hs-source-dirs:     src--test-suite doctest-  import:               base, config-                      , doctest-                      , doctest-discover-                      , hw-diagnostics-  type:                 exitcode-stdio-1.0-  ghc-options:          -threaded-  main-is:              DoctestDriver.hs-  HS-Source-Dirs:       doctest-  build-tool-depends:   doctest-discover:doctest-discover+cabal-version: 2.4
+
+name:                 hw-diagnostics
+version:              0.0.1.0
+x-revision: 1
+synopsis:             Diagnostics library
+description:          Please see README.md
+category:             Profiling
+homepage:             http://github.com/haskell-works/hw-diagnostics#readme
+bug-reports:          https://github.com/haskell-works/hw-diagnostics/issues
+author:               John Ky
+maintainer:           newhoggy@gmail.com
+copyright:            2016-2019 John Ky
+license:              BSD-3-Clause
+license-file:         LICENSE
+tested-with:          GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
+build-type:           Simple
+extra-source-files:   README.md
+
+source-repository head
+  type: git
+  location: https://github.com/haskell-works/hw-diagnostics
+
+common base                     { build-depends: base                     >= 4          && < 5      }
+
+common doctest                  { build-depends: doctest                  >= 0.16.2     && < 0.19   }
+common doctest-discover         { build-depends: doctest-discover         >= 0.2        && < 0.3    }
+
+common hw-diagnostics
+  build-depends:      hw-diagnostics
+
+common config
+  ghc-options:        -Wall
+  default-language:   Haskell2010
+
+library
+  import:             base, config
+  exposed-modules:    HaskellWorks.Diagnostics
+                      HaskellWorks.Diagnostics.Time
+  other-modules:      Paths_hw_diagnostics
+  autogen-modules:    Paths_hw_diagnostics
+  hs-source-dirs:     src
+
+test-suite doctest
+  import:               base, config
+                      , doctest
+                      , doctest-discover
+                      , hw-diagnostics
+  type:                 exitcode-stdio-1.0
+  ghc-options:          -threaded
+  main-is:              DoctestDriver.hs
+  HS-Source-Dirs:       doctest
+  build-tool-depends:   doctest-discover:doctest-discover
revision 2
 
 name:                 hw-diagnostics
 version:              0.0.1.0
-x-revision: 1
+x-revision: 2
 synopsis:             Diagnostics library
 description:          Please see README.md
 category:             Profiling
 copyright:            2016-2019 John Ky
 license:              BSD-3-Clause
 license-file:         LICENSE
-tested-with:          GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
+tested-with:          GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
 build-type:           Simple
 extra-source-files:   README.md
 
 
 common base                     { build-depends: base                     >= 4          && < 5      }
 
-common doctest                  { build-depends: doctest                  >= 0.16.2     && < 0.19   }
+common doctest                  { build-depends: doctest                  >= 0.16.2     && < 0.21   }
 common doctest-discover         { build-depends: doctest-discover         >= 0.2        && < 0.3    }
 
 common hw-diagnostics