Skip to content

Instantly share code, notes, and snippets.

@applePrincess
Last active December 24, 2018 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save applePrincess/ff93cbee587beec9f7c00783c5292dea to your computer and use it in GitHub Desktop.
Save applePrincess/ff93cbee587beec9f7c00783c5292dea to your computer and use it in GitHub Desktop.
module Main where
import Data.List.Split
main :: IO ()
main = do
putStrLn "hello world"
name: split-test
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/appleprincess/split-test#readme
license: BSD3
author: Lein Matsumaru
maintainer: appleprincess@appleprincess.io
copyright: 2018 Lein Matsumaru
category: Web
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- split
executables:
split-test:
source-dirs: src
main: Main.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment