cabal-version: 2.0 -- Initial package description 'kparams-hs.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: kparams version: 0.1.0.0 synopsis: Extracts values from /proc/cmdline. description: Extracts values from @\/proc\/cmdline@, honoring quotes and @\\@ sequences. bug-reports: https://github.com/mcsaucy/kparams_hs/issues license: MIT license-file: LICENSE author: Josh McSavaney maintainer: me@mcsau.cc -- copyright: category: Text build-type: Simple extra-source-files: CHANGELOG.md, README.md executable kparams main-is: Main.hs other-modules: Kparams.Internal -- other-extensions: build-depends: internal, base ==4.13.* hs-source-dirs: src default-language: Haskell2010 library internal hs-source-dirs: src exposed-modules: Kparams.Internal build-depends: base default-language: Haskell2010 test-suite test-kparams type: exitcode-stdio-1.0 build-depends: base ==4.13.*, HUnit ==1.6.*, internal main-is: test/kparams.hs default-language: Haskell2010 source-repository head type: git location: https://github.com/mcsaucy/kparams_hs.git