diff --git a/hspec-hedgehog.cabal b/hspec-hedgehog.cabal index c919ed6..ac9e7eb 100644 --- a/hspec-hedgehog.cabal +++ b/hspec-hedgehog.cabal @@ -6,11 +6,11 @@ cabal-version: 1.12 name: hspec-hedgehog version: 0.1.1.0 -description: Please see the README on GitHub at +description: Please see the README on GitHub at synopsis: Integrate Hedgehog and Hspec! category: Testing -homepage: https://github.com/parsonsmatt/hspec-hedgehog#readme -bug-reports: https://github.com/parsonsmatt/hspec-hedgehog/issues +homepage: https://github.com/hspec/hspec-hedgehog#readme +bug-reports: https://github.com/hspec/hspec-hedgehog/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2020 Matt Parsons @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/parsonsmatt/hspec-hedgehog + location: https://github.com/hspec/hspec-hedgehog library exposed-modules: @@ -39,7 +39,7 @@ library , splitmix >=0.0.1 && <1 default-language: Haskell2010 -test-suite hspec-hedgehog-test +test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: diff --git a/package.yaml b/package.yaml index 36a6cc5..743dd69 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ spec-version: 0.36.0 name: hspec-hedgehog version: 0.1.1.0 synopsis: Integrate Hedgehog and Hspec! -description: Please see the README on GitHub at +description: Please see the README on GitHub at category: Testing author: Matt Parsons maintainer: parsonsmatt@gmail.com @@ -13,7 +13,7 @@ extra-source-files: - README.md - ChangeLog.md -github: parsonsmatt/hspec-hedgehog +github: hspec/hspec-hedgehog dependencies: - base >= 4.7 && < 5 @@ -28,7 +28,7 @@ library: - splitmix >= 0.0.1 && < 1 tests: - hspec-hedgehog-test: + spec: main: Spec.hs source-dirs: test build-tools: hspec-discover