name: hydrogen-version
version: 1.0.1
homepage: https://github.com/scravy/hydrogen-version
synopsis: Hydrogen Syntax
license: BSD3
license-file: LICENSE
extra-source-files: CHANGELOG.md
author: Julian Fleischer
maintainer: julfleischer@paypal.com
category: Language
build-type: Simple
cabal-version: >=1.14
source-repository head
type: git
location: https://github.com/scravy/hydrogen-version
library
exposed-modules: Hydrogen.Version
build-depends: base ==4.*
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
default-extensions: CPP
, FlexibleContexts
, FlexibleInstances