We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a67f04 commit 676a045Copy full SHA for 676a045
1 file changed
dataframe.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: dataframe
3
-version: 0.5.0.0
+version: 0.5.0.1
4
5
synopsis: A fast, safe, and intuitive DataFrame library.
6
@@ -101,7 +101,7 @@ library
101
cassava >= 0.1 && < 1,
102
containers >= 0.6.7 && < 0.9,
103
directory >= 1.3.0.0 && < 2,
104
- granite == 0.3.0.5,
+ granite ^>= 0.4,
105
hashable >= 1.2 && < 2,
106
process ^>= 1.6,
107
snappy-hs ^>= 0.1,
0 commit comments