purescript-pg/spago.yaml

67 lines
1.2 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-05-12 01:45:41 +00:00
version: '1.6.1'
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-11 18:25:27 +00:00
- aff
- aff-promise
- arrays
- bifunctors
- control
- datetime
- effect
- either
- exceptions
- foldable-traversable
- foreign
- fork
- integers
- js-bigints
- lists
- maybe
- mmorph
- newtype
- node-buffer
- node-event-emitter
- node-stream-pipes
- node-streams
- nullable
- parallel
- partial
- pipes
- precise-datetime
- prelude
- profunctor
- record
- simple-json
- strings
- tailrec
- transformers
- tuples
- typelevel-prelude
- unlift
- unsafe-coerce
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: {}