File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : json-rpc-client
2- version : 0.1.1 .0
2+ version : 0.1.2 .0
33license : MIT
44license-file : LICENSE
55category : Network, JSON
@@ -92,7 +92,7 @@ test-suite tests
9292 aeson >= 0.7 && < 0.9 ,
9393 bytestring >= 0.9.1.10 && < 0.11 ,
9494 mtl >= 2.1.1 && < 2.3 ,
95- scientific >= 0.2 && < 0.4 ,
95+ scientific >= 0.2 && < 0.4 ,
9696 text >= 0.11.2 && < 1.3 ,
9797 unordered-containers >= 0.2.3 && < 0.3 ,
9898 vector >= 0.10 && < 0.11 ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Data.Aeson ((.=))
1717import qualified Data.ByteString.Lazy as B
1818import Data.Maybe (fromJust )
1919import Data.Ratio ((%) )
20- import Data.Scientific
20+ import Data.Scientific ( Scientific )
2121import qualified Data.HashMap.Strict as M
2222import qualified Data.Vector as V
2323import Control.Monad.Error (runErrorT , throwError )
You can’t perform that action at this time.
0 commit comments