Skip to content

Commit

Permalink
Add dependencies to nix packages in stack.yaml (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
csamak authored Oct 17, 2024
1 parent 30a5e80 commit eb719e7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stack-8.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ allow-newer: true
extra-deps:
- lift-type-0.1.0.1
- persistent-2.14.0.2

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ extra-deps:
- scientific-0.3.6.2
- text-1.2.3.0
- unliftio-0.2.0.0

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ extra-deps:
- postgresql-libpq-0.9.4.2
- postgresql-simple-0.6.1
- transformers-0.5.5.2

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-8.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ extra-deps:
- lift-type-0.1.0.1
- th-lift-instances-0.1.19
- th-lift-0.8.2

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-8.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ extra-deps:
- persistent-mysql-2.12.0.0
- persistent-postgresql-2.12.0.0
- persistent-sqlite-2.12.0.0

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ allow-newer: true
extra-deps:
- lift-type-0.1.0.1
- persistent-2.14.0.2

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]
3 changes: 3 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ extra-deps:
- process-1.6.14.0
- Cabal-3.6.3.0
- unix-2.7.2.2

nix:
packages: [zlib, libmysqlclient, pcre, postgresql]

0 comments on commit eb719e7

Please sign in to comment.