Unpretty/standardize cabal file.

This commit is contained in:
Ian Grant Jeffries 2016-07-13 01:34:48 -04:00
parent 930c14acc8
commit 5e0641ea47

View File

@ -1,52 +1,63 @@
name: hjsonpointer
version: 0.3.0.2
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
license-file: MIT-LICENSE.txt
author: Ian Grant Jeffries
maintainer: ian@housejeffries.com
category: Data
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
extra-source-files: changelog.md
README.md
name: hjsonpointer
version: 0.3.0.2
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
license-file: MIT-LICENSE.txt
author: Ian Grant Jeffries
maintainer: ian@housejeffries.com
category: Data
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
extra-source-files:
changelog.md
README.md
library
hs-source-dirs: src
exposed-modules: Data.Aeson.Pointer
default-language: Haskell2010
default-extensions: OverloadedStrings
other-extensions: GeneralizedNewtypeDeriving
ghc-options: -Wall
build-depends: aeson >= 0.7 && < 0.12
, base >= 4.6 && < 4.10
, QuickCheck >= 2.8 && < 2.10
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3
, vector >= 0.10 && < 0.12
hs-source-dirs:
src
default-language: Haskell2010
default-extensions:
OverloadedStrings
other-extensions:
GeneralizedNewtypeDeriving
ghc-options:
-Wall
exposed-modules:
Data.Aeson.Pointer
build-depends:
aeson >= 0.7 && < 0.12
, base >= 4.6 && < 4.10
, QuickCheck >= 2.8 && < 2.10
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3
, vector >= 0.10 && < 0.12
test-suite unit
type: exitcode-stdio-1.0
hs-source-dirs: test
./
main-is: Unit.hs
other-modules: Example
default-language: Haskell2010
ghc-options: -Wall
default-extensions: OverloadedStrings
build-depends: aeson
, base
, hjsonpointer
, QuickCheck
, unordered-containers
, text
, vector
, hspec >= 2.2 && < 2.3
, http-types >= 0.8 && < 0.10
, HUnit >= 1.2 && < 1.4
hs-source-dirs:
test
./
default-language: Haskell2010
default-extensions:
OverloadedStrings
ghc-options:
-Wall
type: exitcode-stdio-1.0
main-is: Unit.hs
other-modules: Example
build-depends:
aeson
, base
, hjsonpointer
, QuickCheck
, unordered-containers
, text
, vector
, hspec >= 2.2 && < 2.3
, http-types >= 0.8 && < 0.10
, HUnit >= 1.2 && < 1.4
source-repository head
type: git
location: git://github.com/seagreen/hjsonpointer.git
type: git
location: git://github.com/seagreen/hjsonpointer.git