diff --git a/api-rpc-pegnet.cabal b/api-rpc-pegnet.cabal
--- a/api-rpc-pegnet.cabal
+++ b/api-rpc-pegnet.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 16bf9fa675914c0ead6e733131ff148c3bd7114504566d1c296f54f033bfa8bc
+-- hash: acd27f307305fd0dd5daef183aeb50e1ad4b4b2327bb9c06464bf4baca8582c5
 
 name:           api-rpc-pegnet
-version:        0.1.1.1
+version:        0.1.1.2
 synopsis:       simple json-rpc client for PegNet
 description:    simple json-rpc client for PegNet integration
 category:       Web
@@ -29,8 +29,6 @@
 library
   exposed-modules:
       PegNet.RPC.Api
-  other-modules:
-      PegNet.RPC.Types
       PegNet.RPC.Types.Balances
       PegNet.RPC.Types.Issuance
       PegNet.RPC.Types.Rates
@@ -38,6 +36,8 @@
       PegNet.RPC.Types.SyncStatus
       PegNet.RPC.Types.Transaction
       PegNet.RPC.Types.TransactionStatus
+  other-modules:
+      PegNet.RPC.Types
       Paths_api_rpc_pegnet
   hs-source-dirs:
       src
