name: dynamic-linker-template version: 0.1.0.1 synopsis: Automatically derive dynamic linking methods from a data type. -- description: homepage: http://github.com/roconnor/dynamic-linker-template license: BSD3 license-file: LICENSE author: Sylvain HENRY maintainer: hsyl20@gmail.com -- copyright: category: System build-type: Simple cabal-version: >=1.8 library exposed-modules: System.Posix.DynamicLinker.Template -- other-modules: build-depends: base ==4.6.*, template-haskell ==2.8.*, unix ==2.6.*, containers ==0.5.*