mirror of
https://github.com/morphismtech/squeal.git
synced 2024-11-20 17:00:01 +03:00
0.9.1.1
This commit is contained in:
parent
8089e6b8d1
commit
8c72d33dff
@ -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
|
@ -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
|
||||
|
@ -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
7
stack-ghc9_4.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user