Skip to content

Commit

Permalink
update source repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jan 7, 2025
1 parent 72d8622 commit e4a3ee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion persistent-sql-lifted/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.1.0.0

maintainer: Freckle Education
category: Database
github: freckle/freckle-app
github: freckle/persistent-sql-lifted
synopsis: Monad classes for running queries with Persistent and Esqueleto
description: |
This package introduces two classes: MonadSqlBackend for monadic contexts in
Expand Down
8 changes: 4 additions & 4 deletions persistent-sql-lifted/persistent-sql-lifted.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -16,8 +16,8 @@ description: This package introduces two classes: MonadSqlBackend for monadic
to a MonadSqlBackend m constraint rather than "ReaderT backend", and wrapped in
checkpointCallStack so that exceptions will include call stacks.
category: Database
homepage: https://github.com/freckle/freckle-app#readme
bug-reports: https://github.com/freckle/freckle-app/issues
homepage: https://github.com/freckle/persistent-sql-lifted#readme
bug-reports: https://github.com/freckle/persistent-sql-lifted/issues
maintainer: Freckle Education
license: MIT
license-file: LICENSE
Expand All @@ -30,7 +30,7 @@ extra-doc-files:

source-repository head
type: git
location: https://github.com/freckle/freckle-app
location: https://github.com/freckle/persistent-sql-lifted

library
exposed-modules:
Expand Down

0 comments on commit e4a3ee0

Please sign in to comment.