forked from haskell-numerics/hmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make repository's packages build on Windows 10
The changes proposed in this pull request allow the respository's packages to be built on Windows 10 version 2004, with: `stack --resolver nightly-2020-07-24 build --flag hmatrix:openblas` See the discussion, including about the use of MSYS2 packages and import libraries, at: haskell-numerics#236 The `.gitignore` file is also updated to exclude `.stack-work`.
- Loading branch information
Showing
5 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,6 @@ title.md | |
/base-reinstall.sh | ||
.cabal-sandbox | ||
cabal.sandbox.config | ||
|
||
# The Haskell Tool Stack-related | ||
.stack-work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file was autogenerated by Stack. | ||
# You should not edit this file by hand. | ||
# For more information, please see the documentation at: | ||
# https://docs.haskellstack.org/en/stable/lock_files | ||
|
||
packages: | ||
- completed: | ||
hackage: diagrams-rasterific-1.4@sha256:725c29db134366d2c1e5e95b5e5f1ed6f364f04753e906773a81f84447709078,2027 | ||
pantry-tree: | ||
size: 1212 | ||
sha256: 3b0c20d9f5cb8e431c7b2b884a7089c3b0b1189810f89780a785c3de64e03f09 | ||
original: | ||
hackage: diagrams-rasterific-1.4 | ||
- completed: | ||
hackage: plots-0.1.0.2@sha256:3d45b5b973339a50d0686153d77b0f1e438c1a890e75c2274830e878e9fd78d8,2131 | ||
pantry-tree: | ||
size: 5210 | ||
sha256: ff47de4b79b97c735f5cc75ae52a32db807f94a1bd4f2324be9816d5a34f612d | ||
original: | ||
hackage: plots-0.1.0.2 | ||
snapshots: | ||
- completed: | ||
size: 569315 | ||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/10/9.yaml | ||
sha256: c85a3b35a7c2fa3771728a6f19e363c62ff5619afc2670f87450c19e6770c37f | ||
original: lts-10.9 |