packages feed

Cabal revisions of axel-0.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: bd98666bdad98615fa9b95dbfdbcf860ae5ad9fd5595b478e5f76d1390962147--name:           axel-version:        0.0.5-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-homepage:       https://github.com/axellang/axel#readme-bug-reports:    https://github.com/axellang/axel/issues-author:         Joshua Grosso-maintainer:     jgrosso256@gmail.com-copyright:      2017 Joshua Grosso-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    examples/axelTemp/Axel.hs-    examples/doNotation.axel-    examples/if.axel-    README.org-    scripts/build.sh-    scripts/clean.sh-    scripts/format.sh-    scripts/ghcid.sh-    scripts/lint.sh-data-files:-    resources/autogenerated/macros/AST.hs-    resources/macros/MacroDefinitionAndEnvironmentFooter.hs-    resources/macros/MacroDefinitionAndEnvironmentHeader.hs-    resources/macros/Scaffold.hs-    resources/new-project-template/app/Main.axel-    resources/new-project-template/app/Main.hs-    resources/new-project-template/Setup.axel-    resources/new-project-template/Setup.hs-    resources/new-project-template/src/Lib.axel-    resources/new-project-template/src/Lib.hs-    resources/new-project-template/test/Spec.axel-    resources/new-project-template/test/Spec.hs--source-repository head-  type: git-  location: https://github.com/axellang/axel--library-  exposed-modules:-      Axel.AST-      Axel.Denormalize-      Axel.Error-      Axel.Haskell.File-      Axel.Haskell.GHC-      Axel.Haskell.Prettify-      Axel.Haskell.Project-      Axel.Haskell.Stack-      Axel.Macros-      Axel.Monad.Console-      Axel.Monad.FileSystem-      Axel.Monad.Process-      Axel.Monad.Resource-      Axel.Normalize-      Axel.Parse-      Axel.Parse.Args-      Axel.Parse.AST-      Axel.Utils.Debug-      Axel.Utils.Display-      Axel.Utils.Function-      Axel.Utils.List-      Axel.Utils.Recursion-      Axel.Utils.String-  other-modules:-      Paths_axel-  hs-source-dirs:-      src-  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -Wmissing-import-lists-  build-depends:-      base >=4.11.1 && <4.12-    , bytestring >=0.10.8 && <0.11-    , directory >=1.3 && <1.4-    , filepath >=1.4.1 && <1.5-    , haskell-src-exts >=1.20.2 && <1.21-    , lens >=4.16.1 && <4.18-    , lens-aeson >=1.0.2 && <1.1-    , mtl >=2.2.1 && <2.3-    , optparse-applicative >=0.14.2 && <0.15-    , parsec >=3.1.11 && <3.2-    , process >=1.6.1 && <1.7-    , regex-pcre >=0.94.4 && <0.95-    , strict >=0.3.2 && <0.4-    , text >=1.2.2 && <1.3-    , transformers >=0.5.5 && <0.6-    , typed-process >=0.2.2 && <0.3-    , vector >=0.12.0 && <0.13-    , yaml >=0.8.31 && <0.10-  default-language: Haskell2010--executable axel-exe-  main-is: Main.hs-  other-modules:-      Paths_axel-  hs-source-dirs:-      app-  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N -Wmissing-import-lists-  build-depends:-      axel-    , base >=4.11.1 && <4.12-    , mtl >=2.2.1 && <2.3-    , optparse-applicative >=0.14.2 && <0.15-  default-language: Haskell2010--test-suite axel-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Axel.Test.ASTGen-      Axel.Test.DenormalizeSpec-      Axel.Test.File.FileSpec-      Axel.Test.Haskell.GHCSpec-      Axel.Test.Haskell.StackSpec-      Axel.Test.MockUtils-      Axel.Test.Monad.ConsoleMock-      Axel.Test.Monad.ConsoleSpec-      Axel.Test.Monad.FileSystemMock-      Axel.Test.Monad.FileSystemSpec-      Axel.Test.Monad.ProcessMock-      Axel.Test.Monad.ResourceMock-      Axel.Test.Monad.ResourceSpec-      Axel.Test.NormalizeSpec-      Axel.Test.Parse.ASTGen-      Axel.Test.ParseSpec-      Paths_axel-  hs-source-dirs:-      test-  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      axel-    , base >=4.11.1 && <4.12-    , bytestring-    , filepath-    , hedgehog-    , lens-    , mtl >=2.2.1 && <2.3-    , split-    , tasty-    , tasty-discover-    , tasty-golden-    , tasty-hedgehog-    , tasty-hspec-    , template-haskell-    , transformers-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: bd98666bdad98615fa9b95dbfdbcf860ae5ad9fd5595b478e5f76d1390962147
+
+name:           axel
+version:        0.0.5
+x-revision: 1
+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
+homepage:       https://github.com/axellang/axel#readme
+bug-reports:    https://github.com/axellang/axel/issues
+author:         Joshua Grosso
+maintainer:     jgrosso256@gmail.com
+copyright:      2017 Joshua Grosso
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    examples/axelTemp/Axel.hs
+    examples/doNotation.axel
+    examples/if.axel
+    README.org
+    scripts/build.sh
+    scripts/clean.sh
+    scripts/format.sh
+    scripts/ghcid.sh
+    scripts/lint.sh
+data-files:
+    resources/autogenerated/macros/AST.hs
+    resources/macros/MacroDefinitionAndEnvironmentFooter.hs
+    resources/macros/MacroDefinitionAndEnvironmentHeader.hs
+    resources/macros/Scaffold.hs
+    resources/new-project-template/app/Main.axel
+    resources/new-project-template/app/Main.hs
+    resources/new-project-template/Setup.axel
+    resources/new-project-template/Setup.hs
+    resources/new-project-template/src/Lib.axel
+    resources/new-project-template/src/Lib.hs
+    resources/new-project-template/test/Spec.axel
+    resources/new-project-template/test/Spec.hs
+
+source-repository head
+  type: git
+  location: https://github.com/axellang/axel
+
+library
+  exposed-modules:
+      Axel.AST
+      Axel.Denormalize
+      Axel.Error
+      Axel.Haskell.File
+      Axel.Haskell.GHC
+      Axel.Haskell.Prettify
+      Axel.Haskell.Project
+      Axel.Haskell.Stack
+      Axel.Macros
+      Axel.Monad.Console
+      Axel.Monad.FileSystem
+      Axel.Monad.Process
+      Axel.Monad.Resource
+      Axel.Normalize
+      Axel.Parse
+      Axel.Parse.Args
+      Axel.Parse.AST
+      Axel.Utils.Debug
+      Axel.Utils.Display
+      Axel.Utils.Function
+      Axel.Utils.List
+      Axel.Utils.Recursion
+      Axel.Utils.String
+  other-modules:
+      Paths_axel
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -Wmissing-import-lists
+  build-depends:
+      base >=4.11.1 && <4.12
+    , bytestring >=0.10.8 && <0.11
+    , directory >=1.3 && <1.4
+    , filepath >=1.4.1 && <1.5
+    , haskell-src-exts >=1.20.2 && <1.21
+    , lens >=4.16.1 && <4.18
+    , lens-aeson >=1.0.2 && <1.1
+    , mtl >=2.2.1 && <2.3
+    , optparse-applicative >=0.14.2 && <0.15
+    , parsec >=3.1.11 && <3.2
+    , process >=1.6.1 && <1.7
+    , regex-pcre >=0.94.4 && <0.95
+    , strict >=0.3.2 && <0.4
+    , text >=1.2.2 && <1.3
+    , transformers >=0.5.5 && <0.6
+    , typed-process >=0.2.2 && <0.3
+    , vector >=0.12.0 && <0.13
+    , yaml >=0.8.31 && <0.11
+  default-language: Haskell2010
+
+executable axel-exe
+  main-is: Main.hs
+  other-modules:
+      Paths_axel
+  hs-source-dirs:
+      app
+  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N -Wmissing-import-lists
+  build-depends:
+      axel
+    , base >=4.11.1 && <4.12
+    , mtl >=2.2.1 && <2.3
+    , optparse-applicative >=0.14.2 && <0.15
+  default-language: Haskell2010
+
+test-suite axel-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Axel.Test.ASTGen
+      Axel.Test.DenormalizeSpec
+      Axel.Test.File.FileSpec
+      Axel.Test.Haskell.GHCSpec
+      Axel.Test.Haskell.StackSpec
+      Axel.Test.MockUtils
+      Axel.Test.Monad.ConsoleMock
+      Axel.Test.Monad.ConsoleSpec
+      Axel.Test.Monad.FileSystemMock
+      Axel.Test.Monad.FileSystemSpec
+      Axel.Test.Monad.ProcessMock
+      Axel.Test.Monad.ResourceMock
+      Axel.Test.Monad.ResourceSpec
+      Axel.Test.NormalizeSpec
+      Axel.Test.Parse.ASTGen
+      Axel.Test.ParseSpec
+      Paths_axel
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-simplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      axel
+    , base >=4.11.1 && <4.12
+    , bytestring
+    , filepath
+    , hedgehog
+    , lens
+    , mtl >=2.2.1 && <2.3
+    , split
+    , tasty
+    , tasty-discover
+    , tasty-golden
+    , tasty-hedgehog
+    , tasty-hspec
+    , template-haskell
+    , transformers
+  default-language: Haskell2010