packages feed

axel 0.0.1 → 0.0.2

raw patch · 4 files changed

+6/−26 lines, 4 filesdep −hspecdep ~lensdep ~yamlPVP ok

version bump matches the API change (PVP)

Dependencies removed: hspec

Dependency ranges changed: lens, yaml

API changes (from Hackage documentation)

Files

axel.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7f44de8cc5632ef35246376f0a146734b0d2c07aa8831e094dd79c869ca62cbc+-- hash: 2c4cdd0178ad6519fe8100252b72565fbc261a394456c96838bcb397d9a9463d  name:           axel-version:        0.0.1+version:        0.0.2 synopsis:       The Axel programming language. description:    Haskell's semantics, plus Lisp's macros. Meet Axel – a purely functional, extensible, and powerful programming language. category:       Language, Lisp, Macros, Transpiler@@ -134,7 +134,7 @@       base >=4.11.1 && <4.12     , directory >=1.3 && <1.4     , filepath >=1.4.1 && <1.5-    , lens >=4.16.1 && <4.17+    , lens >=4.16.1 && <4.18     , lens-aeson >=1.0.2 && <1.1     , monad-control >=1.0.2 && <1.1     , mtl >=2.2.1 && <2.3@@ -146,7 +146,7 @@     , text >=1.2.2 && <1.3     , typed-process >=0.2.2 && <0.3     , vector >=0.12.0 && <0.13-    , yaml >=0.8.31 && <0.9+    , yaml >=0.8.31 && <0.10   default-language: Haskell2010  executable axel-exe@@ -160,17 +160,4 @@       axel     , base >=4.11.1 && <4.12     , directory >=1.3 && <1.4-  default-language: Haskell2010--test-suite axel-test-  type: exitcode-stdio-1.0-  main-is: Axel/Spec.hs-  other-modules:-      Paths_axel-  hs-source-dirs:-      test-  ghc-options: -Wall -Wmissing-import-lists -Wincomplete-record-updates -Wincomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      base >=4.11.1 && <4.12-    , hspec   default-language: Haskell2010
examples/do/do.cabal view
@@ -2,7 +2,7 @@ -- -- see: https://github.com/sol/hpack ----- hash: f7f02d7dc09b60ab3bdd028fc7f8a2a6cf1e0c5002b70577149923eb547abf44+-- hash: 6b2dec4e676f630059031c7d0886c3e3660d816e93a55f828cc7d946af54cbb2  name:           do version:        0.1.0.0@@ -31,6 +31,6 @@       app   ghc-options: -threaded -rtsopts -with-rtsopts=-N   build-depends:-      axel ==0.1.0.0+      axel ==0.0.1     , base >=4.7 && <5   default-language: Haskell2010
examples/do/package.yaml view
@@ -1,7 +1,6 @@ copyright: 2018 Author name here maintainer: example@example.com dependencies:-- axel ==0.1.0.0 - base >= 4.7 && < 5 name: do version: '0.1.0.0'
− test/Axel/Spec.hs
@@ -1,6 +0,0 @@-module Axel.Spec-  ( main-  ) where--main :: IO ()-main = undefined