Skip to content

Commit a70488d

Browse files
committed
Use YAML include
Use Data.Yaml.Include
1 parent 55adfee commit a70488d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Config/Yaml.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ encode = encode1Strict
8585

8686
#else
8787

88-
import Data.Yaml
88+
import Data.Yaml hiding (decodeFileEither)
89+
import Data.Yaml.Include
8990
import Control.Exception.Extra
9091

9192
#endif

0 commit comments

Comments
 (0)