Permalink
Browse files

maybe fix compile of src/Utils/Paths.hs

  • Loading branch information...
robx committed Feb 12, 2018
1 parent 72c69fc commit 54aa30d03eb28005dd478c82b4fab8bdc9e37ec7
Showing with 2 additions and 3 deletions.
  1. +2 −3 src/Utils/Paths.hs
View
@@ -12,9 +12,8 @@ json = "docs.json"
index = "index.elm"
listing = "public" </> "libraries.json"
library name = libDir </> N.toFilePath name
library name = libDir </> Package.toFilePath name
libraryVersion :: Package.Name -> Package.Version -> FilePath
libraryVersion name version =
library name </> Package.versiontoString version
library name </> Package.versionToString version

0 comments on commit 54aa30d

Please sign in to comment.