packages feed

ats-pkg 2.11.0.8 → 2.11.0.9

raw patch · 4 files changed

+7/−17 lines, 4 files

Files

README.md view
@@ -103,7 +103,7 @@ ## Global Configuration  -`atspkg` is configured via a file in `~/.config/atspkg/config.dhall`. You can+`atspkg` is configured via a file in `$HOME/.config/atspkg/config.dhall`. You can set a custom package set as follows:  ```
ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ats-pkg-version: 2.11.0.8+version: 2.11.0.9 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -47,11 +47,6 @@     default: False     manual: True -flag no-executable-    description:-        Enable `-Werror`-    default: False- library     exposed-modules:         Language.ATS.Package@@ -138,8 +133,6 @@          if flag(profile)         ghc-options: -with-rtsopts=-h-    -    if !flag(no-executable)         build-depends:             base -any,             ats-pkg -any,@@ -152,9 +145,6 @@             text -any,             parallel-io -any,             shake -any-    -    if flag(no-executable)-        buildable: False          if flag(development)         ghc-options: -Werror
dhall/atslib.dhall view
@@ -1,11 +1,11 @@ {- Dhall prelude imports -}-let map = http://hackage.haskell.org/package/dhall-1.14.0/src/Prelude/List/map+let map = http://hackage.haskell.org/package/dhall/src/Prelude/List/map in-let concat = http://hackage.haskell.org/package/dhall-1.14.0/src/Prelude/List/concat+let concat = http://hackage.haskell.org/package/dhall/src/Prelude/List/concat in  {- ATSPackage parts -}-let prelude = https://raw.githubusercontent.com/vmchale/atspkg/master/ats-pkg/dhall/atspkg-prelude.dhall+let prelude = http://hackage.haskell.org/package/ats-pkg/src/dhall/atspkg-prelude.dhall in  {- Helper functions -}
dhall/atspkg-prelude.dhall view
@@ -1,7 +1,7 @@ {- Dhall prelude functions -}-let concatMapSep = http://hackage.haskell.org/package/dhall-1.14.0/src/Prelude/Text/concatMapSep+let concatMapSep = http://hackage.haskell.org/package/dhall/src/Prelude/Text/concatMapSep in-let map = http://hackage.haskell.org/package/dhall-1.14.0/src/Prelude/List/map+let map = http://hackage.haskell.org/package/dhall/src/Prelude/List/map in  {- Types for export and supporting functions -}