fixes cosmetics

This commit is contained in:
Keagan McClelland
2020-11-02 11:16:23 -07:00
parent fd9550bb7a
commit 313271e292
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ module Lib.Types.Emver
, satisfies , satisfies
, (<||) , (<||)
, (||>) , (||>)
-- we do not export 'None' because it is useful for its internal algebraic properties only
, VersionRange(Anchor, Any, None) , VersionRange(Anchor, Any, None)
, Version(..) , Version(..)
, AnyRange(..) , AnyRange(..)

View File

@@ -65,5 +65,5 @@ extra-deps:
# #
# Allow a newer minor version of GHC than the snapshot specifies # Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor # compiler-check: newer-minor
docker: # docker:
enable: true # enable: true