proteome 0.3.1.0 → 0.3.2.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lib/Proteome/Config.hs +1/−1
- proteome.cabal +2/−2
lib/Proteome/Config.hs view
@@ -53,7 +53,7 @@ fromObject o = Left ("invalid type for ProjectConfig: " <+> viaShow o) runtime :: FilePath -> Ribo a ()-runtime path = vim_command' $ "runtime " ++ path ++ ".vim"+runtime path = vim_command' $ "runtime! " ++ path ++ ".vim" runtimeConf :: FilePath -> String -> Ribo a () runtimeConf confDir path = runtime(confDir ++ "/" ++ path)
proteome.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: dead154eaaae56d67db6fd153ff33fa72b33e56027edd77369f52e9c4d542c62+-- hash: dfe077ab56d3e81349c7547c0773d7b18ddb5947b966f46296a738c0dbb6041b name: proteome-version: 0.3.1.0+version: 0.3.2.0 synopsis: neovim project manager description: Please see the README on GitHub at <https://github.com/tek/proteome-hs> category: Neovim