1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 05:27:08 +03:00

Don’t export defaultEnvironment.

This commit is contained in:
Rob Rix 2018-05-30 08:35:46 -04:00
parent a4353e1797
commit 703275d404

View File

@ -4,7 +4,6 @@ module Control.Abstract.Environment
, getEnv , getEnv
, putEnv , putEnv
, withEnv , withEnv
, defaultEnvironment
, withDefaultEnvironment , withDefaultEnvironment
, fullEnvironment , fullEnvironment
, localEnv , localEnv