Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions selda-json/selda-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description: Types and classes to support storing and querying
homepage: https://valderman.github.io/selda
-- bug-reports:
license: MIT
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
-- copyright:
Expand Down
1 change: 1 addition & 0 deletions selda-postgresql/selda-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: PostgreSQL backend for the Selda database EDSL.
installed.
homepage: https://github.com/valderman/selda
license: MIT
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
category: Database
Expand Down
1 change: 1 addition & 0 deletions selda-sqlite/selda-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Allows the Selda database EDSL to be used with SQLite
databases.
homepage: https://github.com/valderman/selda
license: MIT
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
category: Database
Expand Down
3 changes: 3 additions & 0 deletions selda/selda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ description: This package provides an EDSL for writing portable, type-sa
selda-sqlite and selda-postgresql.
homepage: https://valderman.github.io/selda
license: MIT
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
category: Database
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.8.2, GHC == 8.10.1, GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.7, GHC == 9.12.2
extra-source-files: ChangeLog.md

source-repository head
type: git
location: https://github.com/valderman/selda.git
Expand Down
Loading