projectroot 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- projectroot.cabal +3/−2
projectroot.cabal view
@@ -1,5 +1,5 @@ name: projectroot-version: 0.1.0.0+version: 0.1.0.1 synopsis: Bindings to the projectroot C logic description: Simple way of finding the root of a project given an entry-point. This module provides bindings to the@@ -16,7 +16,7 @@ library exposed-modules: System.Directory.ProjectRoot- build-depends: base >=4.8 && <4.9+ build-depends: base >=4 && <5 , directory hs-source-dirs: src default-language: Haskell2010@@ -24,4 +24,5 @@ , ./projectroot/deps/commander/commander.c install-includes: ./projectroot/libprojectroot.h , ./projectroot/deps/commander/commander.h+ cc-options: -std=c99 include-dirs: .