packages feed

dynloader-0.1.0: dynloader.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4fc18584d6c7dfe49bf1ca1c779df82d307cd1501a7e00c08a03b06777d4bf7c

name:           dynloader
version:        0.1.0
synopsis:       Dynamically runtime loading packages
description:    This is a simple library for dynamically loading other packages at runtime. Please see the README on GitHub at <https://github.com/taqenoqo/dynloader#readme>
category:       System
homepage:       https://github.com/taqenoqo/dynloader#readme
bug-reports:    https://github.com/taqenoqo/dynloader/issues
author:         Taqenoqo
maintainer:     ttaakkee@gmail.com
copyright:      Copyright (c) 2018, Taqenoqo
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/taqenoqo/dynloader

library
  exposed-modules:
      System.Plugins.Dynloader
  other-modules:
      Paths_dynloader
  hs-source-dirs:
      src
  build-depends:
      base >=4.9 && <5
    , ghc >=8.4 && <8.7
    , ghc-paths >=0.1 && <0.2
  default-language: Haskell2010

test-suite dynloader-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_dynloader
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.9 && <5
    , dynloader
    , ghc >=8.4 && <8.7
    , ghc-paths >=0.1 && <0.2
    , hspec
  default-language: Haskell2010