From 313271e292f0a3d18b1e80967f4381f4d140baf8 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 2 Nov 2020 11:16:23 -0700 Subject: [PATCH] fixes cosmetics --- src/Lib/Types/Emver.hs | 1 - stack.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Lib/Types/Emver.hs b/src/Lib/Types/Emver.hs index cf78b9b..0ba89f2 100644 --- a/src/Lib/Types/Emver.hs +++ b/src/Lib/Types/Emver.hs @@ -24,7 +24,6 @@ module Lib.Types.Emver , satisfies , (<||) , (||>) - -- we do not export 'None' because it is useful for its internal algebraic properties only , VersionRange(Anchor, Any, None) , Version(..) , AnyRange(..) diff --git a/stack.yaml b/stack.yaml index 32c982b..ba07302 100644 --- a/stack.yaml +++ b/stack.yaml @@ -65,5 +65,5 @@ extra-deps: # # Allow a newer minor version of GHC than the snapshot specifies # compiler-check: newer-minor -docker: - enable: true +# docker: + # enable: true