HROOT 0.10.0.2 → 0.10.0.3
raw patch · 2 files changed
+17/−17 lines, 2 filesdep ~HROOT-coredep ~HROOT-grafdep ~HROOT-hist
Dependency ranges changed: HROOT-core, HROOT-graf, HROOT-hist, HROOT-io, HROOT-math, HROOT-net, HROOT-tree
Files
- CHANGES +5/−0
- HROOT.cabal +12/−17
CHANGES view
@@ -1,5 +1,10 @@ # Changelog for HROOT +## 0.10.0.3+- update fficxx to 0.7.0.1. dependency removed. (#21)++## 0.10.0.2+ ## 0.10.0.1 - Use hackage-version of fficxx (#18) - Generate docs in CI (#17)
HROOT.cabal view
@@ -1,18 +1,18 @@-Cabal-version: 3.0-Name: HROOT-Version: 0.10.0.2-Synopsis: Haskell binding to the ROOT data analysis framework+Cabal-version: 3.0+Name: HROOT+Version: 0.10.0.3+Synopsis: Haskell binding to the ROOT data analysis framework Description: HROOT is a haskell Foreign Function Interface (FFI) binding to ROOT. ROOT(http://root.cern.ch) is an object-oriented program and library developed by CERN for physics data analysis.-Homepage: https://wavewave.github.io/HROOT-license: LGPL-2.1-or-later-license-file: LICENSE-Author: Ian-Woo Kim-Maintainer: Ian-Woo Kim <ianwookim@gmail.com>-Category: Graphics, Statistics, Math, Numerical-Tested-with: GHC == 9.0.2 || == 9.2.4 || == 9.4.2 +Homepage: https://wavewave.github.io/HROOT+license: LGPL-2.1-or-later+license-file: LICENSE+Author: Ian-Woo Kim+Maintainer: Ian-Woo Kim <ianwookim@gmail.com>+Category: Graphics, Statistics, Math, Numerical+Tested-with: GHC == 9.2.4 || == 9.4.2 Extra-source-files: CHANGES Config.hs@@ -20,22 +20,17 @@ custom-setup setup-depends: Cabal < 4, base > 4 && < 5, process -Source-repository head- type: git- location: https://github.com/wavewave/HROOT- Library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans -fno-warn-unused-imports cxx-options: -std=c++17- Build-Depends: base > 4 && < 5, HROOT-core == 0.10.0.2, HROOT-graf == 0.10.0.2, HROOT-hist == 0.10.0.2, HROOT-io == 0.10.0.2, HROOT-math == 0.10.0.2, HROOT-net == 0.10.0.2, HROOT-tree == 0.10.0.2+ Build-Depends: base > 4 && < 5, HROOT-core == 0.10.0.3, HROOT-graf == 0.10.0.3, HROOT-hist == 0.10.0.3, HROOT-io == 0.10.0.3, HROOT-math == 0.10.0.3, HROOT-net == 0.10.0.3, HROOT-tree == 0.10.0.3 Exposed-Modules: HROOT Other-Modules: extra-lib-dirs: extra-libraries: - Include-dirs: pkgconfig-depends: Install-includes: Cxx-sources: