Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0d7cde2

Browse files
committed
[CDEC-405] stylish-haskell & pkgs/default.nix
1 parent 4723d7e commit 0d7cde2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/src/Pos/Launcher/Configuration.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ import Data.Time.Units (fromMicroseconds)
3131

3232
import Serokell.Aeson.Options (defaultOptions)
3333
import System.FilePath (takeDirectory)
34-
import System.Wlog (LoggerName, WithLogger, askLoggerName, logInfo, usingLoggerName)
34+
import System.Wlog (LoggerName, WithLogger, askLoggerName, logInfo,
35+
usingLoggerName)
3536

3637
-- FIXME consistency on the locus of the JSON instances for configuration.
3738
-- Core keeps them separate, infra update and ssc define them on-site.

pkgs/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -14919,6 +14919,7 @@ formatting
1491914919
generic-arbitrary
1492014920
hspec
1492114921
lens
14922+
log-warper
1492214923
mtl
1492314924
network-transport
1492414925
network-transport-inmemory
@@ -14933,6 +14934,7 @@ stm
1493314934
tagged
1493414935
text
1493514936
text-format
14937+
time
1493614938
time-units
1493714939
universum
1493814940
unordered-containers

0 commit comments

Comments
 (0)