cabal-version: 2.4 name: symbolic-link version: 0.1.0.1 synopsis: Symlink tools description: Tools for working with symbolic links on POSIX systems. homepage: https://github.com/fuzz/symbolic-link license: BSD-3-Clause license-file: LICENSE author: Fuzz Leonard maintainer: fuzz@kt-22.com category: System extra-source-files: CHANGELOG.md, README.md, examples/macos-symlinks source-repository head type: git location: git@github.com:fuzz/symbolic-link.git branch: master source-repository this type: git location: git@github.com:fuzz/symbolic-link.git branch: master tag: 0.1.0.0 library exposed-modules: System.SymbolicLink build-depends: base ^>=4.12.0.0, directory ^>=1.3.3.0, unix ^>=2.7.2.2 default-language: Haskell2010 executable symlink main-is: Main.hs other-modules: System.SymbolicLink other-extensions: DeriveGeneric build-depends: base ^>=4.12.0.0, directory ^>=1.3.3.0, unix ^>=2.7.2.2, yaml^>=0.11.1.0 -- hs-source-dirs: default-language: Haskell2010