2024-05-14 16:41:29 +00:00
|
|
|
package:
|
2024-07-16 17:55:45 +00:00
|
|
|
name: threading
|
2024-05-14 16:41:29 +00:00
|
|
|
publish:
|
2024-07-16 17:56:22 +00:00
|
|
|
version: '0.0.2'
|
2024-05-14 16:41:29 +00:00
|
|
|
license: 'GPL-3.0-or-later'
|
|
|
|
location:
|
|
|
|
githubOwner: 'cakekindel'
|
2024-07-16 17:55:45 +00:00
|
|
|
githubRepo: 'purescript-threading'
|
2024-05-14 16:41:29 +00:00
|
|
|
build:
|
|
|
|
strict: true
|
2024-07-16 17:55:45 +00:00
|
|
|
# pedanticPackages: true
|
2024-05-14 16:41:29 +00:00
|
|
|
dependencies:
|
|
|
|
- aff: ">=7.1.0 <8.0.0"
|
|
|
|
- arrays: ">=7.3.0 <8.0.0"
|
2024-07-16 17:56:14 +00:00
|
|
|
- catenable-lists: ">=7.0.0 <8.0.0"
|
|
|
|
- control: ">=6.0.0 <7.0.0"
|
2024-05-14 16:41:29 +00:00
|
|
|
- effect: ">=4.0.0 <5.0.0"
|
2024-05-14 20:01:46 +00:00
|
|
|
- either: ">=6.1.0 <7.0.0"
|
2024-07-16 17:56:14 +00:00
|
|
|
- exceptions: ">=6.1.0 <7.0.0"
|
|
|
|
- filterable: ">=5.0.0 <6.0.0"
|
2024-05-14 16:41:29 +00:00
|
|
|
- foldable-traversable: ">=6.0.0 <7.0.0"
|
|
|
|
- maybe: ">=6.0.0 <7.0.0"
|
|
|
|
- nullable: ">=6.0.0 <7.0.0"
|
|
|
|
- ordered-collections: ">=3.2.0 <4.0.0"
|
|
|
|
- prelude: ">=6.0.1 <7.0.0"
|
2024-07-16 17:56:14 +00:00
|
|
|
- refs: ">=6.0.0 <7.0.0"
|
2024-05-14 16:41:29 +00:00
|
|
|
- transformers: ">=6.0.0 <7.0.0"
|
2024-07-16 17:56:14 +00:00
|
|
|
- tuples: ">=7.0.0 <8.0.0"
|
2024-05-14 16:41:29 +00:00
|
|
|
- typelevel-prelude: ">=7.0.0 <8.0.0"
|
|
|
|
test:
|
|
|
|
main: Test.Main
|
|
|
|
dependencies:
|
|
|
|
- console
|
2024-07-16 17:56:14 +00:00
|
|
|
- datetime
|
|
|
|
- newtype
|
|
|
|
- parallel
|
2024-05-14 16:41:29 +00:00
|
|
|
- spec
|
2024-07-16 17:56:14 +00:00
|
|
|
- tailrec
|
2024-05-14 16:41:29 +00:00
|
|
|
workspace:
|
2024-07-16 17:55:45 +00:00
|
|
|
packageSet:
|
|
|
|
registry: 53.3.0
|
2024-05-14 20:06:22 +00:00
|
|
|
extraPackages: {}
|