Cabal-version: 3.0 Name: HROOT-net Version: 0.10.0.3 Synopsis: Haskell binding to ROOT Net modules 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 Category: raphics, Statistics, Math, Numerical Tested-with: GHC == 9.2.4 || == 9.4.2 Extra-source-files: CHANGES Config.hs csrc/HROOTNetTHttpServer.h csrc/HROOTNetTHttpServer.cpp Build-Type: Custom custom-setup setup-depends: Cabal < 4, base > 4 && < 5, process 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, fficxx-runtime >= 0.7.0.1, template-haskell, stdcxx, HROOT-core, HROOT-io Exposed-Modules: HROOT.Net HROOT.Net.Ordinary HROOT.Net.Template HROOT.Net.TH HROOT.Net.THttpServer HROOT.Net.THttpServer.RawType HROOT.Net.THttpServer.FFI HROOT.Net.THttpServer.Interface HROOT.Net.THttpServer.Cast HROOT.Net.THttpServer.Implementation Other-Modules: extra-lib-dirs: extra-libraries: RHTTP Include-dirs: csrc pkgconfig-depends: Install-includes: HROOT-netType.h HROOTNetTHttpServer.h Cxx-sources: csrc/HROOTNetTHttpServer.cpp