This commit is contained in:
Eitan Chatav 2023-09-01 10:58:33 -07:00
parent 8089e6b8d1
commit 8c72d33dff
4 changed files with 10 additions and 16 deletions

View File

@ -2,15 +2,3 @@ packages:
squeal-postgresql
, squeal-postgresql-ltree
, squeal-postgresql-uuid-ossp
if impl(ghc >= 9.4)
source-repository-package
type: git
location: https://github.com/space-vacuum/records-sop
tag: db2d052a1dfa6feed27c46db8dc401ff9e55685e
elif impl(ghc >= 9.2)
source-repository-package
type: git
location: https://github.com/kosmikus/records-sop
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: squeal-postgresql
version: 0.9.1.0
version: 0.9.1.1
synopsis: Squeal PostgreSQL Library
description: Squeal is a type-safe embedding of PostgreSQL in Haskell
homepage: https://github.com/morphismtech/squeal

View File

@ -1,8 +1,7 @@
resolver: nightly-2022-11-14
resolver: lts-20.26
packages:
- squeal-postgresql
- squeal-postgresql-ltree
- squeal-postgresql-uuid-ossp
extra-deps:
- git: https://github.com/kosmikus/records-sop.git
commit: abab99b4b870fce55e81dd03d4e41fb50502ca4e
- records-sop-0.1.1.1

7
stack-ghc9_4.yaml Normal file
View File

@ -0,0 +1,7 @@
resolver: lts-21.9
packages:
- squeal-postgresql
- squeal-postgresql-ltree
- squeal-postgresql-uuid-ossp
extra-deps:
- records-sop-0.1.1.1