bdcs-api 0.1.1 → 0.1.2
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- bdcs-api.cabal +1/−1
- src/BDCS/API/ComposeConfig.hs +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.1.2++* Fix building the documentation with haddock.+ ## 0.1.1 * Remove the build dependency on safe-exceptions.
bdcs-api.cabal view
@@ -1,5 +1,5 @@ name: bdcs-api-version: 0.1.1+version: 0.1.2 synopsis: BDCS API Server description: This module provides an API server and library component that works with the BDCS project. It provides a web interface for clients to create, edit, and delete
src/BDCS/API/ComposeConfig.hs view
@@ -32,7 +32,7 @@ import Text.Toml(parseTomlDoc) - -- | Information about the compose configuration not available in other results files+-- | Information about the compose configuration not available in other results files data ComposeConfig = ComposeConfig { ccCommit :: T.Text, -- ^ Commit hash for Blueprint ccExportType :: ExportType -- ^ Export type