cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 05457702c3e86782f2641bb4628223dd2c837ac7cd7e8a371d4474ce2d97ebc8 name: erlang-ffi version: 1.0.0 synopsis: Send messages to an Erlang node using Haskell description: Please see the README on GitHub at category: Foreign homepage: https://github.com/Szetty/erlang-ffi#readme bug-reports: https://github.com/Szetty/erlang-ffi/issues author: Arnold Szederjesi-Dragomir maintainer: szederjesiarnold@gmail.com copyright: 2021 Arnold Szederjesi-Dragomir license: GPL license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/Szetty/erlang-ffi library exposed-modules: Foreign.Erlang Foreign.Erlang.Network Foreign.Erlang.OTP Foreign.Erlang.OTP.GenServer Foreign.Erlang.OTP.Mnesia Foreign.Erlang.Processes Foreign.Erlang.Types Foreign.Erlang.Utilities other-modules: Paths_erlang_ffi hs-source-dirs: src build-depends: MissingH >=1.0 && <=1.4.3.0 , base >=4.7 && <5 , binary >=0.2 && <0.9 , bytestring >=0.10 && <=0.11.1 , directory >=1.0 && <=1.3.6.1 , filepath >=1.0 && <=1.4.2.1 , network ==3.1.2.1 , random >=1.0 && <=1.2 default-language: Haskell2010 test-suite erlang-ffi-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_erlang_ffi hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: MissingH >=1.0 && <=1.4.3.0 , base >=4.7 && <5 , binary >=0.2 && <0.9 , bytestring >=0.10 && <=0.11.1 , directory >=1.0 && <=1.3.6.1 , erlang-ffi , filepath >=1.0 && <=1.4.2.1 , hspec , network ==3.1.2.1 , random >=1.0 && <=1.2 default-language: Haskell2010