plotserver-api 0.2 → 0.21
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Plotserver/Types.hs +1/−1
- plotserver-api.cabal +1/−1
Plotserver/Types.hs view
@@ -9,7 +9,7 @@ server :: String, username :: String, password :: String-}+} deriving (Eq, Show) data PlotData = PlotData [PlotDataRow] type PlotDataRow = (String, [Int])
plotserver-api.cabal view
@@ -1,5 +1,5 @@ Name: plotserver-api-Version: 0.2+Version: 0.21 Synopsis: Plotserver API Description: A lightweight API for Prezi's opensourced Plotserver (https:\/\/github.com\/prezi\/plotserver) License: MIT