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