Skip to content

Commit c117295

Browse files
committed
Incremented version.
1 parent ce216ec commit c117295

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json-rpc-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-rpc-client
2-
version: 0.1.1.0
2+
version: 0.1.2.0
33
license: MIT
44
license-file: LICENSE
55
category: 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,

tests/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Data.Aeson ((.=))
1717
import qualified Data.ByteString.Lazy as B
1818
import Data.Maybe (fromJust)
1919
import Data.Ratio ((%))
20-
import Data.Scientific
20+
import Data.Scientific (Scientific)
2121
import qualified Data.HashMap.Strict as M
2222
import qualified Data.Vector as V
2323
import Control.Monad.Error (runErrorT, throwError)

0 commit comments

Comments
 (0)