packages feed

hspec-discover 2.10.8 → 2.10.9

raw patch · 6 files changed

+11/−11 lines, 6 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012-2022 Simon Hengel <sol@typeful.net>+Copyright (c) 2012-2023 Simon Hengel <sol@typeful.net>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
hspec-discover.cabal view
@@ -1,25 +1,25 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack  name:             hspec-discover-version:          2.10.8+version:          2.10.9 license:          MIT license-file:     LICENSE-copyright:        (c) 2012-2022 Simon Hengel+copyright:        (c) 2012-2023 Simon Hengel author:           Simon Hengel <sol@typeful.net> maintainer:       Simon Hengel <sol@typeful.net> build-type:       Simple category:         Testing stability:        experimental bug-reports:      https://github.com/hspec/hspec/issues-homepage:         http://hspec.github.io/+homepage:         https://hspec.github.io/ synopsis:         Automatically discover and run Hspec tests description:      Automatically discover and run Hspec tests                   .-                  <http://hspec.github.io/hspec-discover.html>+                  <https://hspec.github.io/hspec-discover.html> extra-source-files:     version.yaml 
src/Test/Hspec/Discover/Config.hs view
@@ -1,6 +1,6 @@ -- | -- /NOTE:/ This module is not meant for public consumption.  For user--- documentation look at http://hspec.github.io/hspec-discover.html.+-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Config (   Config (..) , defaultConfig
src/Test/Hspec/Discover/Run.hs view
@@ -3,7 +3,7 @@ -- | A preprocessor that finds and combines specs. -- -- /NOTE:/ This module is not meant for public consumption.  For user--- documentation look at http://hspec.github.io/hspec-discover.html.+-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Run (   run @@ -149,7 +149,7 @@     mkModule :: [String] -> String     mkModule = intercalate "." . reverse --- See `Cabal.Distribution.ModuleName` (http://git.io/bj34)+-- See `Cabal.Distribution.ModuleName` (https://git.io/bj34) isValidModuleName :: String -> Bool isValidModuleName [] = False isValidModuleName (c:cs) = isUpper c && all isValidModuleChar cs
src/Test/Hspec/Discover/Sort.hs view
@@ -1,6 +1,6 @@ -- | -- /NOTE:/ This module is not meant for public consumption.  For user--- documentation look at http://hspec.github.io/hspec-discover.html.+-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Sort (   sortNaturallyBy , NaturalSortKey
version.yaml view
@@ -1,1 +1,1 @@-&version 2.10.8+&version 2.10.9