shakers 0.0.46 → 0.0.47
raw patch · 1 files changed
+7/−8 lines, 1 files
Files
- shakers.cabal +7/−8
shakers.cabal view
@@ -1,17 +1,17 @@-name: shakers-version: 0.0.46 cabal-version: >=1.22-build-type: Simple+name: shakers+version: 0.0.47 license: MIT license-file: LICENSE copyright: Copyright (C) 2016 Swift Navigation, Inc. maintainer: Mark Fine <dev@swiftnav.com>+author: Swift Navigation Inc. homepage: https://github.com/swift-nav/shakers synopsis: Shake helpers. description: Primitive helpers for Shake files. category: Development-author: Swift Navigation Inc.+build-type: Simple source-repository head type: git@@ -20,13 +20,12 @@ library exposed-modules: Development.Shakers+ hs-source-dirs: src+ default-language: Haskell2010+ ghc-options: -Wall build-depends: base >=4.8 && <5, basic-prelude >=0.7.0, directory >=1.3.0.2, lifted-base >=0.2.3.12, shake >=0.16.3- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall-