purescript-pg/spago.yaml

71 lines
2.0 KiB
YAML
Raw Normal View History

2024-03-26 17:08:20 +00:00
package:
2024-04-03 03:16:42 +00:00
name: postgresql
2024-04-03 02:54:48 +00:00
publish:
2024-06-25 21:40:19 +00:00
version: '2.0.14'
2024-04-03 02:54:48 +00:00
license: 'GPL-3.0-or-later'
location:
2024-04-03 03:03:56 +00:00
githubOwner: 'cakekindel'
2024-04-03 03:18:39 +00:00
githubRepo: 'purescript-postgresql'
2024-03-26 17:08:20 +00:00
build:
2024-03-31 00:49:54 +00:00
censorProjectWarnings:
2024-04-02 20:58:34 +00:00
- 'ImplicitQualifiedImport'
2024-03-31 00:49:54 +00:00
- 'ImplicitQualifiedImportReExport'
2024-03-26 17:08:20 +00:00
strict: true
pedanticPackages: true
2024-03-26 17:08:20 +00:00
dependencies:
2024-05-12 03:09:38 +00:00
- aff: ">=7.1.0 <8.0.0"
- aff-promise: ">=4.0.0 <5.0.0"
- arrays: ">=7.3.0 <8.0.0"
- bifunctors: ">=6.0.0 <7.0.0"
- control: ">=6.0.0 <7.0.0"
- datetime: ">=6.1.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.0.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- foreign: ">=7.0.0 <8.0.0"
- fork: ">=6.0.0 <7.0.0"
2024-06-25 18:54:21 +00:00
- functors: ">=5.0.0 <6.0.0"
2024-05-12 03:09:38 +00:00
- integers: ">=6.0.0 <7.0.0"
- js-bigints: ">=2.2.1 <3.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- mmorph: ">=7.0.0 <8.0.0"
2024-06-25 18:54:21 +00:00
- monad-control: ">=5.0.0 <6.0.0"
2024-05-12 03:09:38 +00:00
- newtype: ">=5.0.0 <6.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-event-emitter: ">=3.0.0 <4.0.0"
2024-06-24 01:35:44 +00:00
- node-stream-pipes: ">=2.1.0 <3.0.0"
2024-05-12 03:09:38 +00:00
- node-streams: ">=9.0.0 <10.0.0"
- nullable: ">=6.0.0 <7.0.0"
- parallel: ">=6.0.0 <7.0.0"
- partial: ">=4.0.0 <5.0.0"
- pipes: ">=8.0.0 <9.0.0"
- precise-datetime: ">=7.0.0 <8.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor: ">=6.0.1 <7.0.0"
- record: ">=4.0.0 <5.0.0"
2024-06-25 18:54:21 +00:00
- refs: ">=6.0.0 <7.0.0"
2024-05-12 03:09:38 +00:00
- simple-json: ">=9.0.0 <10.0.0"
- strings: ">=6.0.1 <7.0.0"
- tailrec: ">=6.1.0 <7.0.0"
- transformers: ">=6.0.0 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
- typelevel-prelude: ">=7.0.0 <8.0.0"
- unlift: ">=1.0.1 <2.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
2024-06-25 20:07:13 +00:00
- node-fs: ">=9.1.0 <9.2.0"
2024-03-27 02:59:28 +00:00
test:
main: Test.Main
dependencies:
2024-03-27 20:26:40 +00:00
- filterable
2024-03-27 17:20:33 +00:00
- foreign-object
2024-03-27 20:26:40 +00:00
- node-child-process
- node-process
2024-05-11 18:25:27 +00:00
- precise-datetime
2024-03-27 02:59:28 +00:00
- quickcheck
- spec
- spec-quickcheck
2024-03-26 17:08:20 +00:00
workspace:
extraPackages: {}