diff --git a/cabal.project b/cabal.project index 4e6fdb64..a1566aca 100644 --- a/cabal.project +++ b/cabal.project @@ -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 \ No newline at end of file diff --git a/squeal-postgresql/squeal-postgresql.cabal b/squeal-postgresql/squeal-postgresql.cabal index 36b34f01..813e1d98 100644 --- a/squeal-postgresql/squeal-postgresql.cabal +++ b/squeal-postgresql/squeal-postgresql.cabal @@ -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 diff --git a/stack-ghc9_2.yaml b/stack-ghc9_2.yaml index a374f34b..1883df0f 100644 --- a/stack-ghc9_2.yaml +++ b/stack-ghc9_2.yaml @@ -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 diff --git a/stack-ghc9_4.yaml b/stack-ghc9_4.yaml new file mode 100644 index 00000000..d139f2af --- /dev/null +++ b/stack-ghc9_4.yaml @@ -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