generic-boltzmann-brain/hie.yaml
2022-03-20 18:35:07 +01:00

35 lines
1.2 KiB
YAML

cradle:
stack:
- path: "./src"
component: "generic-boltzmann-brain:lib"
- path: "./profile/BinTree/BinTreeProfile.hs"
component: "generic-boltzmann-brain:exe:binTreeProfile"
- path: "./profile/BinTree/BinTree.hs"
component: "generic-boltzmann-brain:exe:binTreeProfile"
- path: "./profile/BinTree/Paths_generic_boltzmann_brain.hs"
component: "generic-boltzmann-brain:exe:binTreeProfile"
- path: "./profile/Lambda/LambdaProfile.hs"
component: "generic-boltzmann-brain:exe:lambdaProfile"
- path: "./profile/Lambda/Lambda.hs"
component: "generic-boltzmann-brain:exe:lambdaProfile"
- path: "./profile/Lambda/Paths_generic_boltzmann_brain.hs"
component: "generic-boltzmann-brain:exe:lambdaProfile"
- path: "./profile/Tree/TreeProfile.hs"
component: "generic-boltzmann-brain:exe:treeProfile"
- path: "./profile/Tree/Tree.hs"
component: "generic-boltzmann-brain:exe:treeProfile"
- path: "./profile/Tree/Paths_generic_boltzmann_brain.hs"
component: "generic-boltzmann-brain:exe:treeProfile"
- path: "./test"
component: "generic-boltzmann-brain:test:generic-boltzmann-brain-test"