huttons-razor 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+9/−7 lines, 1 files
Files
- huttons-razor.cabal +9/−7
huttons-razor.cabal view
@@ -1,21 +1,23 @@ name: huttons-razor-version: 0.1.0.0+version: 0.1.0.1 synopsis: Quick implemention of Hutton's Razor--- description: +description: Quick implemention of Hutton's Razor license: BSD2 license-file: LICENSE author: Steven Shaw maintainer: steven@steshaw.org--- copyright: --- category: +homepage: https://github.com/steshaw/huttons-razor+copyright: © 2015 Steven Shaw+category: Example build-type: Simple--- extra-source-files: cabal-version: >=1.10 +source-repository head+ type: git+ location: git@github.com:steshaw/huttons-razor.git+ executable huttons-razor main-is: Main.hs- -- other-modules: - -- other-extensions: build-depends: base >=4.8 && <4.9 , parsec , parsec-numbers