Skip to content

Commit

Permalink
Merge pull request #3739 from JacquesCarette/stan
Browse files Browse the repository at this point in the history
Added `stan` dependencies to stack.yaml #3710
  • Loading branch information
JacquesCarette authored May 31, 2024
2 parents 5b5faad + 9f378a7 commit b1f9d7b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions code/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,26 @@ extra-deps:
- unicode-names-3.2.0.0@sha256:fef7241d93170e26265e84553090253a5e8ee207645d47cf271816f5834d07d2
- unicode-properties-3.2.0.0@sha256:239766a6ac4322329353f6b9cd546024fd8c5f0235c8e32b3cba2d6bd245a699

# The following packages are dependencies needed for 'stan', specifically tested against GHC 9.4.8.
- clay-0.14.0@sha256:a50ba73137a39c55e89f24a7792107ec40ba07320b2c5ff7932049845c50ffc9,2204
- dir-traverse-0.2.3.0@sha256:adcc128f201ff95131b15ffe41365dc99c50dc3fa3a910f021521dc734013bfa,2137
- extensions-0.1.0.0@sha256:b8105dc43a57b0b3b54879e8dbb905676dfee3e8b59301fefbf2409a0fe95710,4447
- tomland-1.3.3.2@sha256:887dc39a8c9819deb8fcb6fde72e87dad4c94108b1736a5bf7215ccf3117bd0f,9474
- trial-0.0.0.0@sha256:ebd93f3485dd7f0ce8426fa46b500f26edbea285c2890150123e1b0f6a92c7db,4410
- trial-optparse-applicative-0.0.0.0@sha256:ee878dbf412849d4fb52d7bca93bec45a6392a93e03a46bd320109b9a0ff2a38,2540
- trial-tomland-0.0.0.0@sha256:c10c5c3f94e3dcfcad4a66cf70682ace77d5381596aff91fa2030636d07de977,2541
- validation-selective-0.2.0.0@sha256:e1ab5482dede8bf676d729a09109c7c5f798363b9d458e4197a27afb8b48fdd3,3907
- colourista-0.1.0.2@sha256:87b6c096563c3dc5afb1161f06891235370862fc3406406f1f10f1864e55e0a1,3364
- slist-0.2.1.0@sha256:679013d3a03ed1f09fc46cc6ef87f94cc36a1320b2bf4fe4f91d102f85277528,3513

# This configuration option allows the use of newer versions of dependencies than what is specified
allow-newer: true

# This configuration option specifies a list of dependencies for which newer versions are allowed.
# In this case, it's allowing newer versions of the 'stan' package.
allow-newer-deps:
- stan

# Used only for a basic set of flags for haddock
build:
haddock-deps: false
Expand Down

0 comments on commit b1f9d7b

Please sign in to comment.