dataframe-csv-th 1.0.1.1 → 1.1.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~dataframe-csvdep ~dataframe-th
Dependency ranges changed: dataframe-csv, dataframe-th
Files
- dataframe-csv-th.cabal +3/−3
dataframe-csv-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-csv-th-version: 1.0.1.1+version: 1.1.0.0 synopsis: CSV-file-based Template Haskell splices for the dataframe ecosystem. description:@@ -31,8 +31,8 @@ DataFrame.TH.CSV DataFrame.Typed.TH.CSV build-depends: base >= 4 && < 5,- dataframe-csv ^>= 1.0.2,- dataframe-th ^>= 1.0,+ dataframe-csv >= 2.0 && < 2.1,+ dataframe-th >= 2.0 && < 2.1, template-haskell >= 2.0 && < 3 hs-source-dirs: src default-language: Haskell2010