diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8614de7..c0af771 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,14 +29,14 @@ jobs: # key: stack | $(Agent.OS) # path: $(HOME)/.local/bin # displayName: Cache stack + # - task: CacheBeta@0 + # inputs: + # key: stack-root | $(Agent.OS) | stack.yaml | version2 + # path: $(STACK_ROOT) + # displayName: Cache stack root - task: CacheBeta@0 inputs: - key: stack-root | $(Agent.OS) | stack.yaml | version2 - path: $(STACK_ROOT) - displayName: Cache stack root - - task: CacheBeta@0 - inputs: - key: stack-work | $(Agent.OS) | stack.yaml | version3 + key: stack-work | $(Agent.OS) | stack.yaml | version4 path: $(Build.SourcesDirectory)/$(STACK_WORK) displayName: Cache stack work - script: | diff --git a/stateful.hs b/src/Reanimate/Scene.hs similarity index 100% rename from stateful.hs rename to src/Reanimate/Scene.hs