diff --git a/dhall-nix.cabal b/dhall-nix.cabal
--- a/dhall-nix.cabal
+++ b/dhall-nix.cabal
@@ -1,5 +1,5 @@
 Name: dhall-nix
-Version: 1.1.22
+Version: 1.1.23
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
diff --git a/exec/Main.hs b/exec/Main.hs
--- a/exec/Main.hs
+++ b/exec/Main.hs
@@ -8,8 +8,8 @@
 module Main where
 
 import Control.Exception (SomeException)
-import Options.Generic (Generic, ParseRecord, type (<?>)(..))
-import System.Exit (ExitCode(..))
+import Options.Generic   (Generic, ParseRecord, type (<?>) (..))
+import System.Exit       (ExitCode (..))
 
 import qualified Control.Exception
 import qualified Data.Text.IO
diff --git a/src/Dhall/Nix.hs b/src/Dhall/Nix.hs
--- a/src/Dhall/Nix.hs
+++ b/src/Dhall/Nix.hs
@@ -122,8 +122,8 @@
     , Params (..)
     , ($+)
     , (==>)
-    , (@@)
     , (@.)
+    , (@@)
     )
 
 import qualified Data.Text
