mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
bfa019997a
* Initial rattle prototype * Build the IDE core * Ignore the Rattle directory * Clean up the dependencies * Require stack-1.10, since that does much better extra-dep caching * Streamline the ghc-lib dependencies * Compile more pieces * Add a build.bat * Make the Windows build use the correct stack.yaml to bootstrap * Fix up enough to build on Windows * Generate the dylib's on Mac * Remove accidental -v * Make the Haskell build driven by the Bazel metadata * Get proto3-suite building * Delete the unneeded haskell-dependencies * Allow generating the proto files and compiling them * Fix metadata to deal with """ syntax * Fix metadata to deal with a list of globs * More work in the direction of daml-ghc * Use correct daml_lf proto version * Tell GHC to use shared objects in TH * Specify needed packages * wip * wip * Switch to the fork of gRPC-haskell * Build executables with rattle * setup build.sbt in daml-lf * Build binaries with rattle * rattle-sbt, move scala build scripts out of daml-lf subdir, and into rattle subdir * convert scala-build.sh into MainScala.hs * Clean up rattle build * Pre-merge clean up * Switch to the newer version of ghc-lib-parser * remove dev ls from MainScala.hs * compile java generated from protos as separate projects * Add copyright headers * HLint fixes * Uscrewup an HLint fix * fix scala formatting of rattle/build.sbt
91 lines
1.0 KiB
Plaintext
91 lines
1.0 KiB
Plaintext
.DS_Store
|
|
._.DS_Store
|
|
.stack-work
|
|
pkgs/*/.stack-work
|
|
workspaces/*/.stack-work
|
|
distribution-work
|
|
.idea
|
|
.envrc.private
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.*.sw?
|
|
.sw?
|
|
*.pyc
|
|
*.o
|
|
*.hi
|
|
dist/
|
|
cache/
|
|
target/
|
|
target-sbt/
|
|
build/
|
|
result
|
|
.project
|
|
.build
|
|
/ci-out/
|
|
**/codex.tags
|
|
/hscope.out
|
|
._thesis.pdf
|
|
\#*\#
|
|
.\#*\#
|
|
*.tix
|
|
.da-*-gui-state
|
|
/pkgs/generated
|
|
TAGS
|
|
tags
|
|
/result-*
|
|
**/.settings
|
|
**/.classpath
|
|
**/.factorypath
|
|
*.tgz
|
|
*.tar.gz
|
|
ghc-bindist
|
|
*.result.xml
|
|
**/.ensime
|
|
**/.ensime_cache
|
|
ensime.sbt
|
|
pipelinePerformance.xml
|
|
**/database_test.manifest
|
|
.gradle/
|
|
.ghci
|
|
.ghcid
|
|
*.log
|
|
.buckd
|
|
buck-out
|
|
.buckconfig.local
|
|
haskell-style-check.txt
|
|
da-daml-equities-library.txt
|
|
*.egg-info/
|
|
.flattened-pom.xml
|
|
*~
|
|
*.orig
|
|
sqlite
|
|
venv
|
|
trace.*.dat
|
|
node_modules/
|
|
/out/
|
|
.hpc
|
|
hpc-report/
|
|
/results
|
|
**/latency.csv
|
|
**/summary-report.txt
|
|
.scannerwork/
|
|
**/dump-*.txt
|
|
**/*tests.xml
|
|
ledger-api/.bin
|
|
*.db
|
|
.vscode
|
|
.m2/
|
|
.history/
|
|
**/.history/
|
|
### Bazel: https://www.gitignore.io/api/bazel ###
|
|
/bazel-*
|
|
.bazelrc.local
|
|
.ijwb
|
|
.bazelproject
|
|
.bazel-cache
|
|
.rattle
|
|
daml-lf/project
|
|
daml-lf/gen
|
|
daml-lf/build.sbt
|