mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Submitted by: Evilham <contact@evilham.com> Differential Revision: https://reviews.freebsd.org/D20954
15 lines
325 B
Haskell
15 lines
325 B
Haskell
--- 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
|