summaryrefslogtreecommitdiff
path: root/devel/elm-format/files/patch-src_ElmFormat_Version.hs
blob: 117b50c58ba8349b4b89f23c09f3f3a6f6970d1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/ElmFormat/Version.hs.orig	2019-07-15 11:58:38 UTC
+++ src/ElmFormat/Version.hs
@@ -1,11 +1,9 @@
 module ElmFormat.Version (asString, experimental) where
 
-import qualified Build_elm_format
 
-
 asString :: String
 asString =
-    Build_elm_format.gitDescribe
+    "%%PORTVERSION%%"
 
 
 experimental :: Maybe String