-- Initial if.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: if version: 0.1.0.0 synopsis: (?) and (?>) conditional operator description: (?) and (?>) conditional operator, it can be used with any existed version of base. license: BSD3 license-file: LICENSE author: winterland1989 maintainer: winterland1989@gmail.com copyright: (c) Winterland 2016 category: Control build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 homepage: https://github.com/winterland1989/if source-repository head type: git location: git://github.com/winterland1989/if.git library exposed-modules: If -- other-modules: -- other-extensions: build-depends: base < 5 -- hs-source-dirs: default-language: Haskell2010