Skip to content

freckle/freckle-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-library-template

Hackage Stackage Nightly Stackage LTS CI

Synopsis

Example

someExample :: IO ()
someExample = putStrLn "Hello world"

Development & Tests

stack build --fast --pedantic --test --file-watch

How to use this Template

Haskell library template used at Freckle.

Create your repo

If you are working within the freckle org, use github-vending-machine. Otherwise:

gh repo create --template freckle/haskell-library-template --public freckle/<name>
git clone [email protected]:freckle/<name>
cd ./<name>

Rename your package

find -type f -exec \
  sed -i s/haskell-library-template/my-name/ {} +

Edit package.yaml as necessary.

Enable release

When you are ready to release your library, simply remove the conditional from the release workflow.

-      - if: false # Remove when ready to release

Open repo up to hacktoberfest contributions

Add the hacktoberfest topic to your repo if

  • you're planning on releasing it as open source, and
  • you think it would benefit from and be amenable to public contributions

CHANGELOG | LICENSE

About

A general-purpose toolkit for making HTTP requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published