Simple placeholder test
This commit is contained in:
		@@ -31,3 +31,21 @@ library
 | 
				
			|||||||
                     , OverloadedStrings
 | 
					                     , OverloadedStrings
 | 
				
			||||||
                     , RecordWildCards
 | 
					                     , RecordWildCards
 | 
				
			||||||
  default-language:    Haskell2010
 | 
					  default-language:    Haskell2010
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					test-suite spec
 | 
				
			||||||
 | 
					  type:                exitcode-stdio-1.0
 | 
				
			||||||
 | 
					  main-is:             Spec.hs
 | 
				
			||||||
 | 
					  hs-source-dirs:      src
 | 
				
			||||||
 | 
					  build-depends:       base >=4.10
 | 
				
			||||||
 | 
					                     , classy-prelude
 | 
				
			||||||
 | 
					                     , dhall
 | 
				
			||||||
 | 
					                     , foreign-store
 | 
				
			||||||
 | 
					                     , generic-lens
 | 
				
			||||||
 | 
					                     , lens
 | 
				
			||||||
 | 
					                     , mtl
 | 
				
			||||||
 | 
					                     , text
 | 
				
			||||||
 | 
					                     , transformers
 | 
				
			||||||
 | 
					                     , validity
 | 
				
			||||||
 | 
					                     , genvalidity-hspec
 | 
				
			||||||
 | 
					                     , genvalidity-property
 | 
				
			||||||
 | 
					                     , hspec
 | 
				
			||||||
							
								
								
									
										9
									
								
								common/src/Spec.hs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								common/src/Spec.hs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					module Main where
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import Test.Hspec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					spec :: Spec
 | 
				
			||||||
 | 
					spec = describe "test" $ it "verifies tests work" $ True == True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					main :: IO ()
 | 
				
			||||||
 | 
					main = hspec spec
 | 
				
			||||||
		Reference in New Issue
	
	Block a user