stack 0.0.2 → 0.0.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Stack/Build/Types.hs +1/−1
- stack.cabal +1/−1
src/Stack/Build/Types.hs view
@@ -50,7 +50,7 @@ | Couldn'tParseTargets [Text] | UnknownTargets (Set PackageName) -- no known version- (Map PackageName Version) -- ^ not in snapshot, here's the most recent version in the index+ (Map PackageName Version) -- not in snapshot, here's the most recent version in the index (Path Abs File) -- stack.yaml | TestSuiteFailure PackageIdentifier (Map Text (Maybe ExitCode)) (Maybe (Path Abs File)) | ConstructPlanExceptions [ConstructPlanException]
stack.cabal view
@@ -1,5 +1,5 @@ name: stack-version: 0.0.2+version: 0.0.2.1 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that