Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thma committed Feb 9, 2023
1 parent 0f2cf21 commit f1b18d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions generic-persistence.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: generic-persistence
version: 0.2.0.0
version: 0.2.0.1
synopsis: Database persistence using generics
description: Please see the README on GitHub at <https://github.com/githubuser/generic-persistence#readme>
description: Please see the README on GitHub at <https://github.com/thma/generic-persistence#readme>
category: Database
homepage: https://github.com/githubuser/generic-persistence#readme
bug-reports: https://github.com/githubuser/generic-persistence/issues
homepage: https://github.com/thma/generic-persistence#readme
bug-reports: https://github.com/thma/generic-persistence/issues
author: Thomas Mahler
maintainer: [email protected]
copyright: 2023 Thomas Mahler
Expand All @@ -24,7 +24,7 @@ extra-source-files:

source-repository head
type: git
location: https://github.com/githubuser/generic-persistence
location: https://github.com/thma/generic-persistence

library
exposed-modules:
Expand Down Expand Up @@ -111,3 +111,4 @@ test-suite generic-persistence-test
, time
, transformers
default-language: GHC2021
build-tool-depends: hspec-discover:hspec-discover == 2.*
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extra-source-files:
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/githubuser/generic-persistence#readme>
description: Please see the README on GitHub at <https://github.com/thma/generic-persistence#readme>

language: GHC2021 # See https://ghc-proposals.readthedocs.io/en/latest/proposals/0380-ghc2021.html
tested-with: GHC==9.2.5, GHC==9.0.2, GHC==8.10.7
Expand Down

0 comments on commit f1b18d3

Please sign in to comment.